ansible/changelogs/fragments/69278-early-customize-jinja2.yml

6 lines
252 B
YAML
Raw Normal View History

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)