summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-08-08 15:11:45 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-08-08 15:12:10 -0400
commit60ce2d38537237ddcb2fc7cfff0b7a1a4d7c9d12 (patch)
treeb71b8f2fe6c24eb44a39690559927f3d5ccb2f2c /files
parentfee3cadcb5b6735c6a80d2cdda859b9efd944fae (diff)
downloadansible-modules-extras-60ce2d38537237ddcb2fc7cfff0b7a1a4d7c9d12.tar.gz
Fix documentation builds.
Diffstat (limited to 'files')
-rw-r--r--files/unarchive3
1 files changed, 1 insertions, 2 deletions
diff --git a/files/unarchive b/files/unarchive
index 3a3553fd..52f53324 100644
--- a/files/unarchive
+++ b/files/unarchive
@@ -39,8 +39,7 @@ options:
default: null
copy:
description:
- - 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.
+ - "if true, the file is copied from the 'master' to the target machine, otherwise, the plugin will look for src archive at the target machine."
required: false
choices: [ "yes", "no" ]
default: "yes"