summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorBenjamin Doherty <bendohmv@gmail.com>2016-05-28 09:02:43 -0400
committerBenjamin Doherty <bendohmv@gmail.com>2016-05-28 09:02:43 -0400
commitef620c7de3d59a905f980049593518a9d65e137e (patch)
tree7d1862a57ccb24496822a64ed6402befa54d9c12 /files
parent6e0aac888b736b4edd13d130cb0e24af01da842e (diff)
downloadansible-modules-extras-ef620c7de3d59a905f980049593518a9d65e137e.tar.gz
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 8a9a082f..6eee99bc 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.