mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Update get_url
Small syntactic correction: Removed trailing double-quote from example.
This commit is contained in:
@@ -68,7 +68,7 @@ author: Jan-Piet Mens
|
||||
'''
|
||||
|
||||
EXAMPLES='''
|
||||
get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440"
|
||||
get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user