reworded copy option docs to be clearer
This commit is contained in:
parent
4b2a56fb03
commit
6cad8620d5
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue