Adding another example to demonstrate unarchive working entirely on a remote machine
This commit is contained in:
parent
f0aab114ea
commit
69337362e7
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ notes:
|
||||||
EXAMPLES = '''
|
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: src=/tmp/foo.zip dest=/usr/local/bin
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue