Commit f412d341 by Michael DeHaan

Merge pull request #8200 from geetotes/devel

[Docs] Added another example to demonstrate unarchive module working entirely on a remote machine
parents c8d3c0c6 d631056f
......@@ -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
......
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