community.general/lib/ansible/executor
James Cammarata 74a252d0a5 More playbook executor compatibility fixes
With some earlier changes, continuing to forward failed hosts on
to the iterator with each TQM run() call was causing plays with
max_fail_pct set to fail, as hosts which failed in previous plays
were counting those old failures against the % calculation.

Also changed the linear strategy's calculation to use the internal
failed list, rather than the iterator, as this now represents the
hosts failed during the current run only.
2016-05-18 14:09:21 -04:00
..
process Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
__init__.py
module_common.py Ship constants to the modules via internal module params rather than a secondary dict. 2016-05-12 20:30:05 -07:00
play_iterator.py Merge pull request #15747 from larsks/bug/15744 2016-05-12 10:22:45 -04:00
playbook_executor.py Make sure that serial failures are handled correctly. 2016-05-18 08:17:39 -04:00
stats.py
task_executor.py Adding a deprecation message for accelerated mode 2016-05-13 17:01:07 -04:00
task_queue_manager.py More playbook executor compatibility fixes 2016-05-18 14:09:21 -04:00
task_result.py add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass 2016-05-05 15:29:10 -07:00