community.general/lib/ansible/executor
James Cammarata fb797a9e77 Fixing role dependency chain creation
The dep chain for roles created during the compile step had bugs, in
which the dep chain was overwriten and the original tasks in the role
were not assigned a dep chain. This lead to problems in determining
whether roles had already run when in a "diamond" structure, and in
some cases roles were not correctly getting variables from parents.

Fixes #14046
2016-01-22 12:54:00 -05:00
..
process Changing the way workers are forked 2015-12-11 23:35:07 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py add REPLACER_SELINUX back into module_common 2015-11-16 16:35:55 -05:00
play_iterator.py Fixing role dependency chain creation 2016-01-22 12:54:00 -05:00
playbook_executor.py Fix any_errors_fatal incorrect implementation in 2.0 2016-01-15 13:15:10 -05:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Fix with loop + delegate issues 2016-01-18 17:35:00 -05:00
task_queue_manager.py Fix typo in 0b86aa6 2016-01-14 11:57:12 -05:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00