diff --git a/files/archive.py b/files/archive.py index 8a9a082f2a0..6eee99bc590 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.