community.general/lib/ansible/inventory
Marius Gedminas 823677b490 Replace .iteritems() with six.iteritems()
Replace .iteritems() with six.iteritems() everywhere except in
module_utils (because there's no 'six' on the remote host).  And except
in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure
six is available there.
2015-09-03 09:23:27 +03:00
..
vars_plugins Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Remove duplicated function definition (fallout from earlier repeated merge) 2015-09-02 07:47:48 +05:30
dir.py meta: refresh_inventory and several inventory fixes 2015-08-12 10:35:12 -04:00
expand_hosts.py Slice ascii_letters directly instead of using 'for x in range()' 2015-08-02 23:47:18 +05:30
group.py Catch runtime errors due to recursion when calculating group depth 2015-06-22 02:06:07 -04:00
host.py now properly uses default port if defined 2015-07-31 12:01:58 -04:00
ini.py Sanitize IPv6 hostname/port handling 2015-08-20 22:06:44 +05:30
script.py Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00