From b363c09a6e63cc29c5929a080cfba47319f8590f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 1 Jun 2013 12:13:21 -0400 Subject: [PATCH] Docs standardization --- network/get_url | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/get_url b/network/get_url index 0309aaf56d6..74e908f2a26 100644 --- a/network/get_url +++ b/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