From 6b0a547652934e10e86916511c17aa97c274d505 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 1 Jun 2013 12:13:21 -0400 Subject: [PATCH] Docs standardization --- library/network/get_url | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/network/get_url b/library/network/get_url index 0309aaf56d6..74e908f2a26 100644 --- a/library/network/get_url +++ b/library/network/get_url @@ -67,8 +67,8 @@ options: - if C(no), it will not use a proxy, even if one is defined by in an environment variable on the target hosts. required: false - default: yes - choices: [yes, no] + default: 'yes' + choices: ['yes', 'no'] others: description: - all arguments accepted by the M(file) module also work here