community.general/lib/ansible/playbook
Phil Nelson eb349cb201 Template parent include path before finding its dirname (#23202)
Given parent include path "{{ var | default('path/file.yml') }}"
os.path.dirname(parent_include_path) yields {{ var | default('path/
which is incorrect in itself but also causes templating errors
due to unbalanced quotes. Fix both problems by templating
parent include path before finding its dirname.
2017-06-08 23:47:21 -05:00
..
role Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01: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 Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
become.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
block.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01: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 Template parent include path before finding its dirname (#23202) 2017-06-08 23:47:21 -05: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 Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play_context.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
playbook_include.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
role_include.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00