Files
community.general/lib/ansible/plugins/action
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-04 08:31:40 -04:00
2016-10-02 22:12:51 -07:00
2016-08-22 20:26:16 -04:00
2015-10-22 16:07:26 -07:00
2016-08-24 11:03:01 -04:00
2015-12-22 23:01:56 -05:00
2016-06-27 09:36:15 -04:00
2016-08-16 20:39:23 -07:00
2015-10-22 16:07:26 -07:00
2015-10-22 16:07:26 -07:00