summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-09-26 07:05:13 -0700
committerToshio Kuratomi <a.badger@gmail.com>2016-09-26 07:05:13 -0700
commit60a6c83abc89849c101a8adf90eb442833bb00c9 (patch)
tree1c02512858bb3f22356863addb7b07776f1a68d6
parentee4ba3cecaace98f7f81cb2dd8c79e79e96fc892 (diff)
downloadansible-60a6c83abc89849c101a8adf90eb442833bb00c9.tar.gz
Add ini_file whitespace change to the CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e82167d73..e051ad0f65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ Ansible Changes By Release
* Fix a bug with async's poll keyword not making use of ansible_python_interpreter to run (and thus breaking when /usr/bin/python is not present on the remote machine.)
* Fix a bug where hosts that started with a range in inventory were being treated as an invalid section header.
* Fix a bug where the fetch module was not idempotent when retrieving the target of a symlink.
+* Change ini_ifle module to disregard leading whitespace when looking for a matching key.
###Deprecations: