community.general/lib/ansible/runner/action_plugins
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
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py Check groupnames for None as well as an empty string in add_host 2014-05-29 11:01:11 -05:00
assemble.py Add shell_plugins to abstract shell-specific functions out of runner, add winrm connection plugin, add initial Windows modules. 2014-06-19 14:24:12 -05:00
assert.py missing import in assert module 2014-03-02 00:59:17 +01:00
async.py Add shell_plugins to abstract shell-specific functions out of runner, add winrm connection plugin, add initial Windows modules. 2014-06-19 14:24:12 -05:00
copy.py Fixes/notes related to slashes in remote paths. 2014-06-19 14:24:14 -05:00
debug.py path_dwim: fix when basedir not set 2014-01-08 02:21:10 +01:00
fail.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
fetch.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
group_by.py Add integration tests for group_by module. Fixed bug introduced by ansible/ansible#7273 while also fixing issue described in ansible/ansible#6953 2014-05-06 22:30:37 -04:00
include_vars.py Fix all other calls to yaml 2014-02-19 11:01:21 -05:00
normal.py Adding no_log: capability for tasks 2014-01-31 16:58:46 -06:00
pause.py fix UnicodeEncode error when using pause module with unicode prompt. 2014-05-22 00:21:14 +09:00
raw.py Allow raw and script to support su 2014-03-28 16:46:31 -05:00
script.py Fix missing space in script action plugin. 2014-06-19 21:54:21 -05:00
set_fact.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
synchronize.py Do not base synchronize source on the inventory directory 2014-05-12 12:02:38 -05:00
template.py Handle TemplateNotFound to render more helpful error message. 2014-06-23 15:02:58 -05:00
unarchive.py Fixes/notes related to slashes in remote paths. 2014-06-19 14:24:14 -05:00