e93cc41211
* 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
4 lines
240 B
YAML
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)
|