Also document in example that unarchive download was added in 2.0

reviewable/pr18780/r1
Brian Coca 11 years ago
parent cf8db389c1
commit e916b04e91

@ -83,7 +83,7 @@ EXAMPLES = '''
# Unarchive a file that is already on the remote machine # Unarchive a file that is already on the remote machine
- unarchive: src=/tmp/foo.zip dest=/usr/local/bin copy=no - unarchive: src=/tmp/foo.zip dest=/usr/local/bin copy=no
# Unarchive a file that needs to be downloaded # Unarchive a file that needs to be downloaded (added in 2.0)
- unarchive: src=https://example.com/example.zip dest=/usr/local/bin copy=no - unarchive: src=https://example.com/example.zip dest=/usr/local/bin copy=no
''' '''

Loading…
Cancel
Save