Remove unused quotes - files/unarchive.py (#19155)

pull/19164/head
Fabio Alessandro Locati 8 years ago 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

Loading…
Cancel
Save