1
0
Fork 0
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:
Michael DeHaan 2014-08-08 11:47:16 -04:00
commit 21a0d4a69b

View file

@ -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"