1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/ansible-template-error.yml

4 lines
206 B
YAML
Raw Normal View History

bugfixes:
- Add new ``AnsibleTemplateError`` that various templating related exceptions inherit from,
making it easier to catch them without enumerating. (https://github.com/ansible/ansible/issues/50154)