mirror of https://github.com/ansible/ansible.git
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.pull/15918/head
parent
aad9f43dda
commit
74a252d0a5
Loading…
Reference in New Issue