ansible/changelogs/fragments/vmware_datastore_facts_dict_iter.yml
Gonéri Le Bouder 51a849c89f vmware_datastore_facts: don't modify dict in iter
With Python3, we cannot iterate on a dict and modify it at the same time.

Fixes #54869

(cherry picked from commit 339a0f4a8c)
2019-08-12 18:33:22 -07:00

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