community.general/lib/ansible/playbook
James Cammarata 640d057f3f Don't use _raw_params for IncludeRole objects (#26601)
IncludeRole objects don't use _raw_params for the name/etc. of roles
like regular incudes, but the code for finding relative includes assumed
that all includes had a _raw_params field. This fixes that by correctly
checking the parent object type and using the appropriate field.

Fixes #26525
2017-07-20 12:32:06 -05: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 Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07: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 deprecated msg: fix a typo 2017-07-19 17:23:41 -04:00
included_file.py Don't use _raw_params for IncludeRole objects (#26601) 2017-07-20 12:32:06 -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 Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07: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 use _raw_params for IncludeRole objects (#26601) 2017-07-20 12:32:06 -05: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