community.general/lib/ansible/executor
James Cammarata 890e096b2b Clean up PlaybookExecutor logic for batches and errors
The calculation for max_fail_percentage was moved into the linear
strategy a while back, and works better there in the stategy layer
rather than at the PBE layer. This patch removes it from the PBE layer
and tweaks the logic controlling whether or not the next batch is run.

Fixes #15954
2016-08-18 13:52:34 -05:00
..
process Performance improvements 2016-08-08 15:58:46 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py (re)allow ansible_python_interpreter to contain more than 1 arg (#16247) 2016-07-26 07:46:16 -07:00
play_iterator.py Cache tasks by uuid in PlayIterator for O(1) lookups 2016-08-10 12:49:19 -05:00
playbook_executor.py Clean up PlaybookExecutor logic for batches and errors 2016-08-18 13:52:34 -05:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py make parsed param private and explicit (#17104) 2016-08-16 11:59:30 -04:00
task_queue_manager.py Don't immediately return failed for any_errors_fatal tasks 2016-08-12 14:18:50 -05:00
task_result.py Performance improvements 2016-08-08 15:58:46 -05:00