community.general/lib/ansible/runner/action_plugins
Michael DeHaan 5ed28efe45 Script module should return changed attribute so handlers always fire, unless "changed_when" is specified.
Fixes #4053
2013-10-07 17:06:25 -04:00
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py Allow for updating host vars in add_host 2013-10-04 16:15:17 -04:00
async.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
copy.py Proper check for raw as module options versus raw being in the string. 2013-10-06 09:54:28 -04:00
debug.py Make debug module always verbose in playbooks 2013-05-25 00:27:23 +02:00
fail.py Ensure complex_args is considered in all action_plugins 2013-02-28 14:27:42 +01:00
fetch.py Expand destination path in the fetch action 2013-09-23 20:23:48 -05:00
group_by.py Fix group_by: do not group a host for which a condition is false 2013-10-07 08:44:42 -04:00
normal.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
pause.py Allow storing input from user in a pause prompt 2013-09-25 17:28:25 -05:00
raw.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
script.py Script module should return changed attribute so handlers always fire, unless "changed_when" is specified. 2013-10-07 17:06:25 -04:00
set_fact.py New module 'set_fact' to define host facts 2013-04-18 23:06:58 +02:00
template.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00