From ef620c7de3d59a905f980049593518a9d65e137e Mon Sep 17 00:00:00 2001 From: Benjamin Doherty Date: Sat, 28 May 2016 09:02:43 -0400 Subject: Add 'default' to docs for 'compression' option --- files/archive.py | 1 + 1 file changed, 1 insertion(+) (limited to 'files') 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. -- cgit v1.2.1