Commit 413a50f8 by Brian Coca

reworded copy option docs to be clearer

parent b6b76fe7
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment