Don't swallow exceptions when processing included files (#54791)

* Don't swallow exceptions when processing included files. Fixes #54786
This commit is contained in:
Matt Martz 2019-04-08 11:03:22 -05:00 committed by Brian Coca
commit 56ae8ebd60
4 changed files with 20 additions and 28 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- include_role - Don't swallow errors when processing included files/roles (https://github.com/ansible/ansible/issues/54786)