mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Add 'default' to docs for 'compression' option
This commit is contained in:
committed by
Matt Clay
parent
102ee6a3b4
commit
8fc2a22b4c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user