summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-01-18 20:26:23 -0500
committerGitHub <noreply@github.com>2022-01-18 17:26:23 -0800
commit4eac144d7e7b8cdb5a167ae53e2e268ca2a94557 (patch)
treed770543d5576e9176d6e823874bc93ce6d2c771d /changelogs
parenta72e3d14b376ec89ad46eb9981151ae03c1d05c6 (diff)
downloadansible-4eac144d7e7b8cdb5a167ae53e2e268ca2a94557.tar.gz
ssh connection avoid parsing own debug (#76732) (#76756)
* ssh connection avoid parsiing own debug (#76732) - Avoids false positives on become strings being echoed back by ssh cli itself - added test for debug lines - also simplified some of existing test code (cherry picked from commit 0ff80a15ba40c2aff3b96c1152f19c97a92d3c97) * unicoode * dont make em ascii
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ssh_debug_noparse.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ssh_debug_noparse.yml b/changelogs/fragments/ssh_debug_noparse.yml
new file mode 100644
index 0000000000..fa4a148ea1
--- /dev/null
+++ b/changelogs/fragments/ssh_debug_noparse.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ssh connection avoid parsing ssh cli debug lines as they can match expected output at high verbosities.