Merge pull request #7312 from bcoca/unarchive_docs

reworded copy option docs
This commit is contained in:
Michael DeHaan 2014-08-08 11:47:16 -04:00
commit 0591d3dfbf

View file

@ -39,7 +39,8 @@ options:
default: null
copy:
description:
- Should the file be copied from the local to the remote machine?
- If set to yes/true (default), the file is copied from the 'master' to the target machine,
if set to no/false, the plugin will look for src archive at the target machine.
required: false
choices: [ "yes", "no" ]
default: "yes"