Remove unused quotes - files/unarchive.py (#19155)
This commit is contained in:
parent
90a698c367
commit
e788f13956
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue