ansible/lib/ansible/template
Matt Martz 1082e2ab79
Catch errors getting filters (#74127)
* Catch errors getting filters, and fail

* Add changelog

* Switch to warnings instead of errors, to match other plugin loader behavior

* Add tests

* Handle collections
2021-04-15 15:51:41 -05:00
..
__init__.py Catch errors getting filters (#74127) 2021-04-15 15:51:41 -05:00
native_helpers.py Force template module to use non-native Jinja2 (#68560) 2020-09-03 09:01:34 +02:00
safe_eval.py Catch errors getting filters (#74127) 2021-04-15 15:51:41 -05:00
template.py Prevent templating unused variables for {%include%} (#68749) 2020-04-14 10:27:02 +02:00
vars.py Local vars should have highest precedence in AnsibleJ2Vars (#72830) 2021-01-26 11:37:56 +01:00