summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-11-08 10:59:38 -0800
committerMatt Clay <matt@mystile.com>2017-11-08 10:59:38 -0800
commitc994819fcf05d69d365e1f93159328087197f287 (patch)
tree4886872a76058f1f0320a73ac14d44f653ada544
parentf00f2466d47852b2460f8f2efddc6a0f060ecc72 (diff)
downloadansible-c994819fcf05d69d365e1f93159328087197f287.tar.gz
Changelog entry for script inventory plugin fix.
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1274ab6fbf..c26b4a5fc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -144,7 +144,8 @@ Ansible Changes By Release
(https://github.com/ansible/ansible/pull/32546)
* Fix running with closed stdin on python 3
(https://github.com/ansible/ansible/pull/31695)
-
+* Fix undefined variable in script inventory plugin
+ (https://github.com/ansible/ansible/pull/31381)
<a id="2.4.1"></a>