1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/runner/action_plugins
2013-01-25 23:14:52 +01:00
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py Avoid creating temporary directory for some action plugins 2012-11-28 21:34:55 +01:00
async.py Clean up imports (taken from PR #1804) 2013-01-09 13:51:27 +01:00
copy.py Revert #1818 but avoid double-dwim, fixing relative fileglob 2013-01-09 14:52:52 +01:00
debug.py Avoid creating temporary directory for some action plugins 2012-11-28 21:34:55 +01:00
fail.py Avoid creating temporary directory for some action plugins 2012-11-28 21:34:55 +01:00
fetch.py Add destination path to fetch result 2012-11-20 15:39:48 +01:00
group_by.py Avoid creating temporary directory for some action plugins 2012-11-28 21:34:55 +01:00
normal.py Pass module arguments as argument instead of keeping it in runner 2012-09-23 23:38:26 +02:00
pause.py Fix output of pause plugin. 2012-10-29 10:57:13 +01:00
raw.py Default to not using an executable 2013-01-09 14:15:47 +01:00
script.py In PR #1804 the use of C in script was moved to _low_level_execute_command() 2013-01-09 15:54:10 +01:00
template.py Ensure destination and source are available before mangling them 2013-01-25 23:14:52 +01:00