mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
Fixes #4608 add lookup to template globals to make plugins work again
This commit is contained in:
@@ -504,6 +504,8 @@ def template_from_string(basedir, data, vars, fail_on_undefined=False):
|
||||
else:
|
||||
return data
|
||||
|
||||
t.globals['lookup'] = my_lookup
|
||||
|
||||
try:
|
||||
return t.render(vars)
|
||||
except jinja2.exceptions.UndefinedError:
|
||||
|
||||
Reference in New Issue
Block a user