minor doc fixes to get_url

pull/18777/head
Brian Coca 9 years ago committed by Matt Clay
parent 103b150090
commit 3b94910d4e

@ -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,10 +97,10 @@ 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'
url_username: url_username:
description: description:
- The username for use in HTTP basic authentication. This parameter can be used - The username for use in HTTP basic authentication. This parameter can be used
@ -112,8 +109,8 @@ options:
version_added: '1.6' version_added: '1.6'
url_password: url_password:
description: description:
- The password for use in HTTP basic authentication. If the C(url_username) - The password for use in HTTP basic authentication. If the C(url_username)
parameter is not specified, the C(url_password) parameter will not be used. parameter is not specified, the C(url_password) parameter will not be used.
required: false required: false
version_added: '1.6' version_added: '1.6'
force_basic_auth: force_basic_auth:

Loading…
Cancel
Save