ansible/changelogs/fragments/py3-ansible_interpreter.yaml
Toshio Kuratomi e93cc41211
Bp 2.5 ansible interpreter py3 (#36561)
* Fix types when evaluating interpreter (#36541)

* Fix types when evaluating interpreter. Fixes #36536
* Rename variables that contain bytes to b_*
* Get rid of to_text() and to_bytes() calls that do nothing (because the
  data is already the proper type)

(cherry picked from commit a4df4d33ac)

* Changelog entry for the ansible_*_interpreter fix
2018-02-21 20:05:14 -08:00

4 lines
240 B
YAML

bugfixes:
- Fix for ansible_*_interpreter on Python3 when using non-newstyle modules.
Those include old-style ansible modules and Ansible modules written in
non-python scripting languages (https://github.com/ansible/ansible/pull/36541)