mirror of https://github.com/ansible/ansible.git
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
(cherry picked from commit 890e096b2b
)
pull/17323/head
parent
fc3efdb057
commit
f80c981ef6
Loading…
Reference in New Issue