mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +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:
|
||||
src: /tmp/foo.zip
|
||||
dest: /usr/local/bin
|
||||
remote_src: yes
|
||||
remote_src: True
|
||||
|
||||
# Unarchive a file that needs to be downloaded (added in 2.0)
|
||||
- unarchive:
|
||||
src: "https://example.com/example.zip"
|
||||
src: https://example.com/example.zip
|
||||
dest: /usr/local/bin
|
||||
remote_src: yes
|
||||
remote_src: True
|
||||
'''
|
||||
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user