ansible/changelogs/fragments/69278-early-customize-jinja2.yml
Matt Martz bfff95393c
Add custom globals to the environment, and not per template (#69278)
* Add custom globals to the environment, and not per template

* Add changelog fragment
2020-06-08 16:30:40 -05:00

5 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)