Documentation - modules/files/unarchive (#27998)

Last example is incorrect and will not run without throwing an error.
pull/28013/head
Luke Armstrong 7 years ago committed by Sam Doran
parent 87757ca385
commit fd18ade465

@ -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…
Cancel
Save