From dc0b4dc316dbca3d6e77bee575bbd7dc884b94d9 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 18 Jan 2018 14:55:56 -0800 Subject: [PATCH] Add become with ssh piped transfer fix to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa8d38ee06..e6340bd793a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Ansible Changes By Release * Fix `win_script` to work with large arguments and removed uneeded function that produces errors and was not needed (https://github.com/ansible/ansible/pull/33855) +* Fix timeout when using piped ssh transfer with become + https://github.com/ansible/ansible/issues/34523