community.general/lib/ansible/plugins/action
James Cammarata f162990cb3 Properly assign the searchpath for templates to the environment loader
dbd755e0 previously assigned the value to self._templar.environment.searchpath,
which is incorrect - it needs to be assigned to the environment.loader.searchpath
value instead.

Fixes #11931
2015-09-01 17:33:14 -04:00
..
__init__.py Show module name and args with -vvv 2015-09-01 23:44:13 +05:30
add_host.py
assemble.py
assert.py
async.py
copy.py
debug.py
fail.py
fetch.py Properly fail if slurp fails during fetch 2015-08-31 16:45:03 -04:00
group_by.py
include_vars.py
normal.py
package.py package and service now check that module exists before trying to execute it 2015-08-31 20:34:20 -04:00
patch.py
pause.py
raw.py
script.py
service.py package and service now check that module exists before trying to execute it 2015-08-31 20:34:20 -04:00
set_fact.py
synchronize.py
template.py Properly assign the searchpath for templates to the environment loader 2015-09-01 17:33:14 -04:00
unarchive.py Fixed Spelling Error on Line 67 2015-08-28 15:45:49 -04:00
win_copy.py
win_template.py