Documentation - modules/files/unarchive (#27998)

Last example is incorrect and will not run without throwing an error.
This commit is contained in:
Luke Armstrong 2017-08-10 15:32:08 +01:00 committed by Sam Doran
parent 87757ca385
commit fd18ade465

View file

@ -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