Merge pull request #8200 from geetotes/devel

[Docs] Added another example to demonstrate unarchive module working entirely on a remote machine
This commit is contained in:
Michael DeHaan 2014-07-28 12:04:33 -04:00
commit f412d341e3

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 copy=false
'''
import os