mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Remove unused quotes - files/unarchive.py (#19155)
This commit is contained in:
committed by
John R Barker
parent
90a698c367
commit
e788f13956
@@ -126,13 +126,13 @@ EXAMPLES = '''
|
|||||||
- unarchive:
|
- unarchive:
|
||||||
src: /tmp/foo.zip
|
src: /tmp/foo.zip
|
||||||
dest: /usr/local/bin
|
dest: /usr/local/bin
|
||||||
remote_src: yes
|
remote_src: True
|
||||||
|
|
||||||
# Unarchive a file that needs to be downloaded (added in 2.0)
|
# Unarchive a file that needs to be downloaded (added in 2.0)
|
||||||
- unarchive:
|
- unarchive:
|
||||||
src: "https://example.com/example.zip"
|
src: https://example.com/example.zip
|
||||||
dest: /usr/local/bin
|
dest: /usr/local/bin
|
||||||
remote_src: yes
|
remote_src: True
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user