|
|
@ -32,7 +32,7 @@ description:
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
path:
|
|
|
|
path:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Remote absolute path, glob, or list of paths or globs for the file or files to archive or compress.
|
|
|
|
- Remote absolute path, glob, or list of paths or globs for the file or files to compress or archive.
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
compression:
|
|
|
|
compression:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
@ -134,7 +134,7 @@ def main():
|
|
|
|
changed = False
|
|
|
|
changed = False
|
|
|
|
state = 'absent'
|
|
|
|
state = 'absent'
|
|
|
|
|
|
|
|
|
|
|
|
# Simple or archive file compression (inapplicable with 'zip')
|
|
|
|
# Simple or archive file compression (inapplicable with 'zip' since it's always an archive)
|
|
|
|
archive = False
|
|
|
|
archive = False
|
|
|
|
successes = []
|
|
|
|
successes = []
|
|
|
|
|
|
|
|
|
|
|
|