c817bef3ae
This fixes one of the problems reported in https://github.com/ansible/ansible/issues/49343 Upstream Python3 bug for the json traceback: https://bugs.python.org/issue25457 and PR that may fix it: https://github.com/python/cpython/pull/8011
4 lines
170 B
YAML
4 lines
170 B
YAML
---
|
|
bugfixes:
|
|
- Fix for callback plugins on Python3 when a module returns non-string field
|
|
names in its results. (https://github.com/ansible/ansible/issues/49343)
|