mirror of https://github.com/ansible/ansible.git
Add new AnsibleTemplateError to more easily catch templating issues (#50563)
* Add new AnsibleTemplateError to more easily catch templating issues. Fixes #50154 * Add changelog fragmentpull/50416/head
parent
96f7cf394f
commit
9abeecb6d4
@ -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)
|
Loading…
Reference in New Issue