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
__init__.py
attribute.py
base.py
become.py
block.py
conditional.py
handler.py
handler_task_include.py
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
play.py
play_context.py
playbook_include.py
role_include.py Don't use _raw_params for IncludeRole objects (#26601) 2017-07-20 12:32:06 -05:00
taggable.py
task.py
task_include.py