Update unarchive example.

This commit is contained in:
Michael DeHaan 2014-07-28 12:07:31 -04:00
parent f412d341e3
commit 726a1a33e0

View file

@ -70,8 +70,8 @@ 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
# Unarchive a file that is already on the remote machine
- unarchive: src=/tmp/foo.zip dest=/usr/local/bin copy=no
'''
import os