mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add new AnsibleTemplateError to more easily catch templating issues (#50563)
* Add new AnsibleTemplateError to more easily catch templating issues. Fixes #50154 * Add changelog fragment
This commit is contained in:
3
changelogs/fragments/ansible-template-error.yml
Normal file
3
changelogs/fragments/ansible-template-error.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user