ansible/lib/ansible/playbook
James Cammarata b38f746604 Fix conditional inheritance on dynamic includes (tasks and roles) (#30178)
Per the new style of execution, for dynamic tasks conditionals are expected
to only affect the include task itself and should not be inherited by child
tasks. This patch brings the behavior inline with this expectation.

Fixes #27845
2017-09-13 11:33:43 -05:00
..
role Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
__init__.py
attribute.py
base.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
become.py
block.py Fix conditional inheritance on dynamic includes (tasks and roles) (#30178) 2017-09-13 11:33:43 -05:00
conditional.py
handler.py
handler_task_include.py
helpers.py Fix conditional inheritance on dynamic includes (tasks and roles) (#30178) 2017-09-13 11:33:43 -05:00
included_file.py
loop_control.py
play.py
play_context.py
playbook_include.py
role_include.py
taggable.py
task.py Fix conditional inheritance on dynamic includes (tasks and roles) (#30178) 2017-09-13 11:33:43 -05:00
task_include.py