mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
eb349cb201
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. |
||
---|---|---|
.. | ||
ansible |