Documentation - modules/files/unarchive (#27998)
Last example is incorrect and will not run without throwing an error.
This commit is contained in:
parent
87757ca385
commit
fd18ade465
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ EXAMPLES = r'''
|
|||
remote_src: yes
|
||||
|
||||
- name: Unarchive a file that needs to be downloaded (added in 2.0)
|
||||
- unarchive:
|
||||
unarchive:
|
||||
src: https://example.com/example.zip
|
||||
dest: /usr/local/bin
|
||||
remote_src: yes
|
||||
|
|
Loading…
Reference in a new issue