mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix for callback plugins on Python3 when a module returns dictionary keys that aren't strings
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
This commit is contained in:
4
changelogs/fragments/fix-callbacks-mixed-keys.yaml
Normal file
4
changelogs/fragments/fix-callbacks-mixed-keys.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
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)
|
||||
Reference in New Issue
Block a user