Merge pull request #7312 from bcoca/unarchive_docs

reworded copy option docs
reviewable/pr18780/r1
Michael DeHaan 10 years ago
commit 0591d3dfbf

@ -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"

Loading…
Cancel
Save