1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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