summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.