diff --git a/plugins/modules/decompress.py b/plugins/modules/decompress.py index 03be61a8e6..d355ed4d8b 100644 --- a/plugins/modules/decompress.py +++ b/plugins/modules/decompress.py @@ -71,7 +71,7 @@ EXAMPLES = r""" - name: Decompress file compressed with bzip2 community.general.decompress: src: /path/to/file.txt.bz2 - dest: /path/to/file.bz2 + dest: /path/to/file.txt format: bz2 - name: Decompress file and delete the compressed file afterwards