From 0f03f82fd5e1e5a33a8fddc9ffdd79e0482f06d8 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 18 Jan 2018 09:36:45 -0800 Subject: [PATCH] Add ssh stdin flush() fix to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503a011cdc9..4e89b55dfb5 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 +