minor doc fixes to get_url
This commit is contained in:
parent
8a9405a55b
commit
587370e2e7
1 changed files with 6 additions and 9 deletions
|
@ -46,8 +46,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- HTTP, HTTPS, or FTP URL in the form (http|https|ftp)://[user[:pass]]@host.domain[:port]/path
|
- HTTP, HTTPS, or FTP URL in the form (http|https|ftp)://[user[:pass]]@host.domain[:port]/path
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
aliases: []
|
|
||||||
dest:
|
dest:
|
||||||
description:
|
description:
|
||||||
- absolute path of where to download the file to.
|
- absolute path of where to download the file to.
|
||||||
|
@ -57,7 +55,6 @@ options:
|
||||||
If C(dest) is a directory, the file will always be
|
If C(dest) is a directory, the file will always be
|
||||||
downloaded (regardless of the force option), but replaced only if the contents changed.
|
downloaded (regardless of the force option), but replaced only if the contents changed.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
force:
|
force:
|
||||||
description:
|
description:
|
||||||
- If C(yes) and C(dest) is not a directory, will download the file every
|
- If C(yes) and C(dest) is not a directory, will download the file every
|
||||||
|
@ -100,7 +97,7 @@ options:
|
||||||
version_added: '1.8'
|
version_added: '1.8'
|
||||||
headers:
|
headers:
|
||||||
description:
|
description:
|
||||||
- Add custom HTTP headers to a request in the format 'key:value,key:value'
|
- 'Add custom HTTP headers to a request in the format "key:value,key:value"'
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
version_added: '2.0'
|
version_added: '2.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue