mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Fixed typo in decompress example documentation (#11150)
This commit is contained in:
@@ -68,7 +68,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
|
||||
|
||||
Reference in New Issue
Block a user