You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins
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.
10 years ago
..
action Replace .iteritems() with six.iteritems() 10 years ago
cache Replace .iteritems() with six.iteritems() 10 years ago
callback corrected skipped_hosts constant usage, thanks @benjixx 10 years ago
connections Replace .iteritems() with six.iteritems() 10 years ago
filter Replace .iteritems() with six.iteritems() 10 years ago
inventory Remove unused (copied) _before_comment method 11 years ago
lookup Use 'except ... as' syntax 10 years ago
shell fix issues with csh redirection 10 years ago
strategies Replace .iteritems() with six.iteritems() 10 years ago
test moved mandatory back to filters as it does not always return a boolean, it does an exception on failure 11 years ago
vars Making the switch to v2 11 years ago
__init__.py Use templar all the way down 11 years ago