mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
Documentation - modules/files/unarchive (#27998)
Last example is incorrect and will not run without throwing an error.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user