mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Update unarchive example.
This commit is contained in:
parent
f412d341e3
commit
726a1a33e0
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ EXAMPLES = '''
|
||||||
# Example from Ansible Playbooks
|
# Example from Ansible Playbooks
|
||||||
- unarchive: src=foo.tgz dest=/var/lib/foo
|
- unarchive: src=foo.tgz dest=/var/lib/foo
|
||||||
|
|
||||||
# Unarchive a file on a remote machine
|
# Unarchive a file that is already on the remote machine
|
||||||
- unarchive: src=/tmp/foo.zip dest=/usr/local/bin copy=false
|
- unarchive: src=/tmp/foo.zip dest=/usr/local/bin copy=no
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue