Also document in example that unarchive download was added in 2.0
This commit is contained in:
parent
b664603a4d
commit
60d160a2e9
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ EXAMPLES = '''
|
|||
# Unarchive a file that is already on the remote machine
|
||||
- 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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue