community.general/lib/ansible/utils
Paul Sokolovsky f8bf9cdeec Handle TemplateNotFound to render more helpful error message.
At the point the exception is handled, it is likely due to error loading
a sub-template included from main template. Besides file not found, it
can be caused also by include path failing Jinja2 checks. Now, when
rendering the exception from Jinja, it will include exception name. This
will give basic context or *what* the error is.

Fixes #7103
Fixes #7105
2014-06-23 15:02:58 -05:00
..
module_docs_fragments Use file documentation fragement for the copy module 2014-06-16 15:36:15 -05:00
__init__.py Add integration tests for fetch/slurp, make powershell fetch/slurp work as close as possible to existing fetch/slurp modules. 2014-06-19 14:25:28 -05:00
cmd_functions.py Fixes #3973 Second Revision of live ansible-pull output 2014-01-10 11:18:02 -05:00
display_functions.py Moving display-related functions to new module in utils 2014-04-30 15:33:46 -05:00
module_docs.py Fixes #6894 add missing file and remove debug line 2014-04-08 13:22:23 -04:00
plugins.py powershell modules will have a .ps1 extension 2014-06-19 14:24:13 -05:00
string_functions.py Allow isprintable() util function to work with unicode 2014-04-03 15:29:51 -05:00
template.py Handle TemplateNotFound to render more helpful error message. 2014-06-23 15:02:58 -05:00
vault.py Make sure umask is set restrictively before creating any vault files 2014-04-18 13:38:59 -05:00