1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
James Cammarata 6ae04c1e4f Fix logic in PlayIterator when inserting tasks during rescue/always
Because the fail_state is potentially non-zero in these block sections,
the prior logic led to included tasks not being inserted at all.

Related issue: #13605
2015-12-20 12:39:08 -05:00
..
process Changing the way workers are forked 2015-12-11 23:35:07 -05:00
__init__.py
module_common.py
play_iterator.py Fix logic in PlayIterator when inserting tasks during rescue/always 2015-12-20 12:39:08 -05:00
playbook_executor.py
stats.py
task_executor.py Fixing bugs in conditional testing with until and some integration runner tweaks 2015-12-19 21:14:48 -05:00
task_queue_manager.py Fixing up some non-py3 things for unit tests 2015-12-14 10:35:58 -05:00
task_result.py