community.general/lib/ansible/runner/action_plugins
Andrew Smith 7b01c83159 Passing in complex_args throws ‘unsupported parameter for module’ errors
When using assemble only params (e.g. remote_src) the copy (and I’m
guessing file) modules throw an error that the param isn’t supported.
Simply removing the complex_args param fixes it for me, but I’m not sure
that’s the correct thing to do
2013-11-28 10:55:35 +10:00
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py Fixes #5056 Append new hosts to the groups cache 2013-11-27 13:04:31 -05:00
assemble.py Passing in complex_args throws ‘unsupported parameter for module’ errors 2013-11-28 10:55:35 +10:00
async.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
copy.py Merge pull request #4375 from pfalcon/ansible 2013-11-13 15:52:40 -05:00
debug.py Further simplify the debug: var=foo action plugin code. 2013-10-31 19:39:32 -04: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
include_vars.py include_vars plugin should look in vars/ path for a role. 2013-11-02 09:34:44 -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 now correctly changes script permission in all cases 2013-10-18 16:52:15 -04:00
set_fact.py New module 'set_fact' to define host facts 2013-04-18 23:06:58 +02:00
synchronize.py Make tests happy 2013-11-22 04:06:10 +02:00
template.py Introduce the 'always_run' task clause. 2013-08-20 23:09:44 +02:00
unarchive.py Fix pep8 errors in unarchive module 2013-11-19 16:35:06 -05:00