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