summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-12-08 07:35:49 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-01-24 08:51:05 -0800
commit5bd16d438d21a0ea93046d0cedda76678ac7c978 (patch)
tree5976aaaf96e81ee8d4c247be002b1ce3169015e2
parentdeaa9a21f9b5cdc65791cf4c8ef46c2353ae108d (diff)
downloadansible-5bd16d438d21a0ea93046d0cedda76678ac7c978.tar.gz
Add environment in loop fix to changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
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
+
+
<a id="2.3.3"></a>
## 2.3.3 "Ramble On" - TBD