From 3b94910d4e9a9063cc22fbf5262b3eaf040fc3f6 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 27 Jul 2015 14:20:38 -0400 Subject: [PATCH] minor doc fixes to get_url --- lib/ansible/modules/network/basics/get_url.py | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/lib/ansible/modules/network/basics/get_url.py b/lib/ansible/modules/network/basics/get_url.py index 01479260277..5e39887df7f 100644 --- a/lib/ansible/modules/network/basics/get_url.py +++ b/lib/ansible/modules/network/basics/get_url.py @@ -46,8 +46,6 @@ options: description: - HTTP, HTTPS, or FTP URL in the form (http|https|ftp)://[user[:pass]]@host.domain[:port]/path required: true - default: null - aliases: [] dest: description: - 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 downloaded (regardless of the force option), but replaced only if the contents changed. required: true - default: null force: description: - If C(yes) and C(dest) is not a directory, will download the file every @@ -100,10 +97,10 @@ options: version_added: '1.8' headers: description: - - Add custom HTTP headers to a request in the format 'key:value,key:value' - required: false - default: null - version_added: '2.0' + - 'Add custom HTTP headers to a request in the format "key:value,key:value"' + required: false + default: null + version_added: '2.0' url_username: description: - The username for use in HTTP basic authentication. This parameter can be used @@ -112,8 +109,8 @@ options: version_added: '1.6' url_password: description: - - 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. + - 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. required: false version_added: '1.6' force_basic_auth: