Files
community.general/lib/ansible/plugins
Adrian Likins 2addc09050 cast/copy keys() to list to avoid py3 errors
In py3, dict.keys() is a view and not a copy of the
dicts keys, so attempting to delete items from the dict
while iterating over the keys results int

RuntimeError: dictionary changed size during iteration

Resolve by casting .keys() to a list() type.
2016-10-03 13:10:00 -07:00
..
2016-09-19 11:58:20 -04:00
2016-09-27 11:51:16 -04:00
2016-07-12 10:13:00 -04:00
2015-05-03 21:47:26 -05:00