You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/69278-early-customize-jinja...

6 lines
252 B
YAML

minor_changes:
- Templating - Add globals to the jinja2 environment at ``Templar``
instantiation, instead of customizing the template object.
Only customize the template object, to disable lookups.
(https://github.com/ansible/ansible/pull/69278)