mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-25 10:29:09 -07:00
Update get_url
Small syntactic correction: Removed trailing double-quote from example.
This commit is contained in:
parent
6d41983173
commit
5bfd648dc8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ author: Jan-Piet Mens
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES='''
|
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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue