summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorBen Doherty <ben@thinkoomph.com>2016-05-31 18:33:32 -0400
committerBen Doherty <ben@thinkoomph.com>2016-05-31 18:33:32 -0400
commitec856c85ad07d1643e749e357b91577ade28fb68 (patch)
tree230b3c19e019ca32cc532aedf95ee438732bcbaa /files
parent726c4d9ba7a91c0938e94dacd18cd1102f056156 (diff)
parentef620c7de3d59a905f980049593518a9d65e137e (diff)
downloadansible-modules-extras-ec856c85ad07d1643e749e357b91577ade28fb68.tar.gz
Merge branch 'bendoh-archive-module' of github.com:bendoh/ansible-modules-extras into bendoh-archive-module
* 'bendoh-archive-module' of github.com:bendoh/ansible-modules-extras: Add 'default' to docs for 'compression' option
Diffstat (limited to 'files')
-rw-r--r--files/archive.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/archive.py b/files/archive.py
index 3ef0dcb2..04f9e1f5 100644
--- a/files/archive.py
+++ b/files/archive.py
@@ -38,6 +38,7 @@ options:
description:
- The type of compression to use. Can be 'gz', 'bz2', or 'zip'.
choices: [ 'gz', 'bz2', 'zip' ]
+ default: 'gz'
creates:
description:
- The file name of the destination archive. This is required when C(path) refers to multiple files by either specifying a glob, a directory or multiple paths in a list.