51a849c89f
With Python3, we cannot iterate on a dict and modify it at the same time.
Fixes #54869
(cherry picked from commit 339a0f4a8c
)
2 lines
143 B
YAML
2 lines
143 B
YAML
minor_changes:
|
|
- With Python3, we cannot iterate on a dict and modify it at the same time (https://github.com/ansible/ansible/issues/54869).
|