mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 13:53:10 +00:00
* Use syntax that works in both Python 2 and 3 when iterating through a
dict that's going to be mutated during iteration
* Fixes `dictionary changed size during iteration` error
* Fixes #4932