Add 'default' to docs for 'compression' option

This commit is contained in:
Benjamin Doherty 2016-05-28 09:02:43 -04:00 committed by Matt Clay
parent 102ee6a3b4
commit 8fc2a22b4c

View file

@ -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.