community.general/lib/ansible/runner/action_plugins
Dale Sedivec 515fd9e915 copy action plug-in check mode respects force=no
The copy action accepts force=no, which tells it not to replace an
existing file even if it differs from the source.  The copy action
plug-in wasn't respecting this option when operated in check mode, so it
would report that changes are necessary in check mode even though copy
would make no changes when run normally.

Runner._remote_md5 was changed to make the logic for setting rc perhaps
a little more clear, and to make sure that rc=0 when the file does not
exist.
2013-04-16 20:22:51 -04:00
..
__init__.py Add init, though it's not really used. 2012-09-25 08:21:59 -04:00
add_host.py Remove unneeded import. 2013-04-12 10:23:53 -04:00
async.py Ensure complex_args is considered in all action_plugins 2013-02-28 14:27:42 +01:00
copy.py copy action plug-in check mode respects force=no 2013-04-16 20:22:51 -04:00
debug.py Make debug print things nicer if {{ foo }} didn't interpolate 2013-04-12 15:02:54 -04:00
fail.py Ensure complex_args is considered in all action_plugins 2013-02-28 14:27:42 +01:00
fetch.py Added a fail_on_missing option to fetch. 2013-03-02 11:04:48 -07:00
group_by.py Fix template call in group_by module. 2013-04-11 12:43:02 -04:00
normal.py Move complex_args templating to be with module_args 2013-03-07 11:09:29 +01:00
pause.py Update pause module to not use utils.template 2013-04-12 10:00:20 -04:00
raw.py Working on complex argument support. 2013-02-17 15:01:49 -05:00
script.py Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we 2013-04-10 17:52:35 -04:00
template.py Quick fix for first_available_file and roles 2013-04-11 20:40:23 -07:00