summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-01-18 20:25:13 -0500
committerGitHub <noreply@github.com>2022-01-18 17:25:13 -0800
commita60b79d8e8a4d4460721b71a347e0dc8f8374c91 (patch)
tree3b3393eb6d37f9dbfafcc17fdf62009793f1ade3 /changelogs
parentec8b1d267d267cb1afe4b0cbb1484a563ac0dc03 (diff)
downloadansible-a60b79d8e8a4d4460721b71a347e0dc8f8374c91.tar.gz
ssh connection avoid parsiing own debug (#76732) (#76755)
- 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)
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.