community.general/lib/ansible/plugins/strategy
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
..
__init__.py Make sure setting facts with run_once makes copies of the data 2016-05-13 10:05:19 -04:00
debug.py Remove workaround for fixed bug. (#15340) 2016-04-10 09:24:54 -07:00
free.py Clear blocked hosts when a role duplicate task is found in free strategy 2016-05-12 10:38:53 -04:00
linear.py More playbook executor compatibility fixes 2016-05-18 14:09:21 -04:00