ansible/lib/ansible/executor
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
..
process Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
__init__.py
module_common.py Fixes #12076 2015-08-24 19:07:04 -07:00
play_iterator.py Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
playbook_executor.py Implement max_fail_percentage and any_errors_fatal support 2015-08-26 12:03:47 -04:00
stats.py
task_executor.py Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
task_queue_manager.py Further cleanup from locking changes 2015-09-03 01:07:29 -04:00
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00