|
|
@ -38,6 +38,7 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The type of compression to use. Can be 'gz', 'bz2', or 'zip'.
|
|
|
|
- The type of compression to use. Can be 'gz', 'bz2', or 'zip'.
|
|
|
|
choices: [ 'gz', 'bz2', 'zip' ]
|
|
|
|
choices: [ 'gz', 'bz2', 'zip' ]
|
|
|
|
|
|
|
|
default: 'gz'
|
|
|
|
creates:
|
|
|
|
creates:
|
|
|
|
description:
|
|
|
|
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.
|
|
|
|
- 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.
|
|
|
|