summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-08-08 11:47:16 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-08-08 11:47:16 -0400
commit0591d3dfbf206187bf45ad3f1adbeff63548307f (patch)
treecf3b3ec9315b37195cc21a716fa1dba13bc7453e /files
parenta740bc5d4980cccf8a9e9ce3c98ea2c0228b3ecf (diff)
parent6cad8620d52b2d78f4e43df37a2e264151cec125 (diff)
downloadansible-modules-extras-0591d3dfbf206187bf45ad3f1adbeff63548307f.tar.gz
Merge pull request #7312 from bcoca/unarchive_docs
reworded copy option docs
Diffstat (limited to 'files')
-rw-r--r--files/unarchive3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/unarchive b/files/unarchive
index 460353a6..3a3553fd 100644
--- a/files/unarchive
+++ b/files/unarchive
@@ -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"