From fe7e44a5d7553b9382fd44da5bc9317d0997b802 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 21 Feb 2018 18:09:22 -0800 Subject: [PATCH] Add python3 ansible_*_interpreter fix to the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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