summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-02-21 18:09:22 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-02-21 18:09:22 -0800
commitfe7e44a5d7553b9382fd44da5bc9317d0997b802 (patch)
tree20dde930ca5ddf996461eb0c9856c1f168ebf117
parenta8582663b166072ba73259adb106180e75a8e0d6 (diff)
downloadansible-fe7e44a5d7553b9382fd44da5bc9317d0997b802.tar.gz
Add python3 ansible_*_interpreter fix to the changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cac211a82..e208adf0ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -77,6 +77,9 @@ Ansible Changes By Release
(https://github.com/ansible/ansible/issues/36057)
* Improve performance and recursion depth in include_role
(https://github.com/ansible/ansible/pull/36470)
+* Fix using ansible_*_interpreter on Python3 with non-new-style modules
+ (old-style ansible python modules, modules written in another language, etc)
+ https://github.com/ansible/ansible/pull/36541
<a id="2.4.3"></a