community.general/lib/ansible/runner/action_plugins
Daniel Hokka Zakrisson 7e2999ed2d Add directory detection to _remote_md5 and use this in copy
If it is a directory, change the destination path by appending the
basename of the source file, like is done if the destination ends with a
/, and try to get the MD5 of the new path.
2013-02-12 22:39:05 +01:00
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py Fix missing ) in add_host 2013-02-04 12:21:33 +01:00
async.py This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list 2013-02-03 20:34:13 -05:00
copy.py Add directory detection to _remote_md5 and use this in copy 2013-02-12 22:39:05 +01:00
debug.py Avoid creating temporary directory for some action plugins 2012-11-28 21:34:55 +01:00
fail.py This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list 2013-02-03 20:34:13 -05:00
fetch.py This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list 2013-02-03 20:34:13 -05:00
group_by.py This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list 2013-02-03 20:34:13 -05:00
normal.py This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list 2013-02-03 20:34:13 -05:00
pause.py This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list 2013-02-03 20:34:13 -05:00
raw.py This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list 2013-02-03 20:34:13 -05:00
script.py This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list 2013-02-03 20:34:13 -05:00
template.py Move diff code more into runner code. 2013-02-09 23:24:03 -05:00