reworded copy option docs to be clearer
parent
b6b76fe7f2
commit
413a50f87b
|
@ -39,7 +39,8 @@ options:
|
||||||
default: null
|
default: null
|
||||||
copy:
|
copy:
|
||||||
description:
|
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
|
required: false
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
default: "yes"
|
default: "yes"
|
||||||
|
|
Loading…
Reference in New Issue