Add 'default' to docs for 'compression' option
This commit is contained in:
parent
102ee6a3b4
commit
8fc2a22b4c
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue