mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-04 15:40:20 -07:00
Merge pull request #7312 from bcoca/unarchive_docs
reworded copy option docs
This commit is contained in:
commit
21a0d4a69b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue