You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/fix-callbacks-mixed-keys.yaml

5 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)