1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #2271 from MWGriffin/patch-1

Update get_url
This commit is contained in:
Daniel Hokka Zakrisson 2013-03-02 01:40:31 -08:00
commit 622b8dfe32

View file

@ -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
'''