summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-01-18 09:36:45 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-01-18 09:36:45 -0800
commit1810e486ec6a8f9ed6b470b96136f8828a78ced4 (patch)
treef96b83a386dfaabab6885421e938937b83f1be75
parentfb9e7a85b33a49583b86a339ff877fb4c82eb840 (diff)
downloadansible-1810e486ec6a8f9ed6b470b96136f8828a78ced4.tar.gz
Add ssh stdin flush() fix to changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 503a011cdc..4e89b55dfb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -74,6 +74,9 @@ Ansible Changes By Release
* Bump Azure storage client minimum to 1.5.0 to fix deserialization issues. This will break Azure Stack
until it receives storage API version 2017-10-01 or changes are made to support multiple versions.
(https://github.com/ansible/ansible/pull/34442)
+* Flush stdin when passing the become password. Fixes some cases of timeout on
+ Python 3 with the ssh connection plugin: https://github.com/ansible/ansible/pull/35049
+
<a id="2.4.2"></a>