community.general/lib/ansible/plugins/strategy
James Cammarata 1211a0fa12 Fixing the way we iterate over child states for tasks
Previously we were first checking the fail/run state of the child
state for tasks/rescue/always portions of the block. Instead we are now
always recursively iterating over the child state and then evaluating
whether the child state is failed or complete before changing the failed/
run state within the current block.

Fixes #14324
2016-04-25 11:13:44 -04:00
..
__init__.py Merge pull request #15455 from chemikadze/devel 2016-04-19 02:50:27 -04:00
debug.py Remove workaround for fixed bug. (#15340) 2016-04-10 09:24:54 -07:00
free.py Fix free strategy, which was incorrectly using _wait_on_pending_results 2016-04-08 06:49:16 -04:00
linear.py Fixing the way we iterate over child states for tasks 2016-04-25 11:13:44 -04:00