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

This commit is contained in:
Lee Gillentine 2014-07-18 22:22:37 -05:00
parent 9b587dafed
commit 1b742ca567

View file

@ -69,6 +69,9 @@ notes:
EXAMPLES = '''
# Example from Ansible Playbooks
- 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