mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
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