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-19 08:06:07 -0800
commit0f03f82fd5e1e5a33a8fddc9ffdd79e0482f06d8 (patch)
treef96b83a386dfaabab6885421e938937b83f1be75
parentbd4b92c0b62f8c6f98d5b55e58f570c6f0886fed (diff)
downloadansible-0f03f82fd5e1e5a33a8fddc9ffdd79e0482f06d8.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>