From 5bd16d438d21a0ea93046d0cedda76678ac7c978 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 8 Dec 2017 07:35:49 -0800 Subject: [PATCH] Add environment in loop fix to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fbe9af17..1e7689b223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ Ansible Changes By Release * Flush stdin when passing the become password. Fixes some cases of timeout on Python3 with the ssh connection plugin: https://github.com/ansible/ansible/pull/35049 +### Bugfixes +* Fix setting of environment in a task that uses a loop: + https://github.com/ansible/ansible/issues/32685 + + ## 2.3.3 "Ramble On" - TBD