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/74127-bad-filter.yml

6 lines
284 B
YAML

bugfixes:
- Templating - Ensure we catch exceptions when calling ``.filters()`` or
``.tests()`` on their respective plugins and properly error, instead of
aborting which results in no filters being added to the jinja2 environment
(https://github.com/ansible/ansible/pull/74127)