summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-09-13 10:53:27 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-09-13 10:53:27 -0700
commita859c8bba56c15298a1e016bc0aa52ae58ce5154 (patch)
tree38b65deb39e3a134b1c98ed6988113ce7a0231f8
parent48dd3be986e49949ffac9b468a69d0cbd3de6e4e (diff)
downloadansible-a859c8bba56c15298a1e016bc0aa52ae58ce5154.tar.gz
Add vars_prompt fix to changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 181ab62e29..f1c4df2b6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ Ansible Changes By Release
* Better message for invalid keywords/options in task due to undefined expressions
* Fixed check mode for enable on Solaris for service module
* Fix cloudtrail module to allow AWS profiles other than the default
+* Fix an encoding issue with secret (password) vars_prompts
<a id="2.3.2"></a>