community.general/lib/ansible/runner/action_plugins
James Cammarata 3b2d409906 Fixing several bugs in assemble and updating tests
Bugfixes:
* the remote_src param was not being converted to a boolean correctly,
  resulting in it never being used by the module as the default behavior
  was remote_src=True (issue #5581)
* the remote_src param was not listed in the generic file params, leading
  to a failure when the above bug regarding remote_src was fixed
* the delimiter should always end with a newline to ensure that the file
  fragments do not run together on one line

Fixes #5581
2014-02-24 14:27:23 -06:00
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
assemble.py Fixing several bugs in assemble and updating tests 2014-02-24 14:27:23 -06:00
assert.py Copy tests WIP, fix bug in assert module upgrades where the wrong value was being checked. 2014-02-19 14:36:54 -05:00
async.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
copy.py Fixup result dictionary when copy module calls file module 2014-02-19 18:05:59 -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 Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
group_by.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05: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 Allow storing input from user in a pause prompt 2013-09-25 17:28:25 -05:00
raw.py Sanitize sudo success_key from stdout for raw/script modules 2014-02-17 12:47:47 -06:00
script.py Formatting cleanup. 2014-02-24 11:11:47 -06:00
set_fact.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
synchronize.py allow templating of ansible_ssh_private_key_file also in the synchronize module 2014-02-18 11:32:33 +02:00
template.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
unarchive.py Cleanup per notes. 2014-02-12 10:01:10 -06:00