mirror of https://github.com/ansible/ansible.git
Fix regression in jinja2 include search path
Since commit 3c39bb5
, the 'ansible_search_path' variable is used to set
jinja2's search path for {% include %} directives. However, this path is
the the proper one because our templates live in 'templates' subdirs in
our search path.
This is a regression because previously, our include search path would
include the dirname of the currently interpreted file, which worked most
of the time.
fixes #18526
pull/18617/head
parent
b606078d69
commit
c96c8532c8
Loading…
Reference in New Issue