community.general/lib/ansible/runner/action_plugins
Stephen Fromm 833e1f6e2a Make sure action plugin copy cleans up tmp dir
The copy action plugin creates its own tmp dir for each file that it
copies to the target machine.  However, it does not clean up the
original tmp path it was given when run() is called.  This cleans up the
tmp path before it begins looping on source files.
2013-12-20 14:58:34 -08: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 ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
async.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
copy.py Make sure action plugin copy cleans up tmp dir 2013-12-20 14:58:34 -08:00
debug.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
fail.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
fetch.py Expand destination path in the fetch action 2013-09-23 20:23:48 -05:00
group_by.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
include_vars.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05: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 ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
script.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
set_fact.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
synchronize.py Fixes #5109 synchronize module ssh port 2013-12-03 14:48:20 -05:00
template.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00
unarchive.py ssh_alt.py / decrease # of ssh roundtrips 2013-12-13 14:23:40 -05:00