mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
[PR #11150/32f0ad2f backport][stable-12] Fixed typo in decompress example documentation (#11153)
Fixed typo in decompress example documentation (#11150)
(cherry picked from commit 32f0ad2f97)
Co-authored-by: Thomas Löhr <tlhr@users.noreply.github.com>
This commit is contained in:
parent
02de34c46b
commit
8fd40ed9e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue