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:
Matt Martz
2019-01-04 14:33:05 -06:00
committed by GitHub
parent 96f7cf394f
commit 9abeecb6d4
3 changed files with 22 additions and 14 deletions

View 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)