Pushing up correct example :(

This commit is contained in:
Lee Gillentine 2014-07-25 14:19:02 -05:00
parent 69337362e7
commit d631056f27

View file

@ -71,7 +71,7 @@ EXAMPLES = '''
- unarchive: src=foo.tgz dest=/var/lib/foo
# Unarchive a file on a remote machine
- unarchive: src=/tmp/foo.zip dest=/usr/local/bin
- unarchive: src=/tmp/foo.zip dest=/usr/local/bin copy=false
'''
import os