1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/fix-callbacks-mixed-keys.yaml
2018-12-04 23:03:48 -08:00

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)