ansible/lib/ansible/playbook
James Cammarata 495a809f46 Don't include dependent roles in the dep chain for include_role
The dependency chain should not include roles below the parent, as it
can introduce very weird things like conditionals from child deps impacting
non-related roles.

Fixes #25136
2017-06-22 13:16:29 +01:00
..
role Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
__init__.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
attribute.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
base.py Do not set default value for any_errors_fatal in Base 2017-06-16 00:56:06 -05:00
become.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
block.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
conditional.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Don't include dependent roles in the dep chain for include_role 2017-06-22 13:16:29 +01:00
included_file.py Template parent include path before finding its dirname (#23202) 2017-06-08 23:47:21 -05:00
loop_control.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
play_context.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
playbook_include.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
role_include.py Don't include dependent roles in the dep chain for include_role 2017-06-22 13:16:29 +01:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py Fix a typo in assert message 2017-06-15 11:22:57 -04:00
task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00