community.general/lib/ansible/executor
Marius Gedminas 0c6ce31f76 Use 'except ... as' syntax
This syntax works on Python 2.6 through 3.x.  lib/ansible/module_utils
(and lib/ansible/modules) need to support Python 2.4, so I didn't touch
those.
2015-08-27 22:15:04 +03:00
..
process Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
__init__.py
module_common.py Fixes #12076 2015-08-24 19:07:04 -07:00
play_iterator.py Multiple fixes for include statements and blocks in general 2015-08-26 02:23:22 -04: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 Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
task_queue_manager.py Implement max_fail_percentage and any_errors_fatal support 2015-08-26 12:03:47 -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