Commit 69337362 by Lee Gillentine

Adding another example to demonstrate unarchive working entirely on a remote machine

parent f0aab114
...@@ -69,6 +69,9 @@ notes: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment