From 48c20dd981775f142f9c45f8aaef41d59d396291 Mon Sep 17 00:00:00 2001 From: Jiri Tyr Date: Mon, 18 Apr 2016 16:01:24 +0100 Subject: [PATCH] Describing the _none_ value of the proxy option (#2053) --- lib/ansible/modules/extras/packaging/os/yum_repository.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/packaging/os/yum_repository.py b/lib/ansible/modules/extras/packaging/os/yum_repository.py index f269bd4e9e..b469ebf125 100644 --- a/lib/ansible/modules/extras/packaging/os/yum_repository.py +++ b/lib/ansible/modules/extras/packaging/os/yum_repository.py @@ -272,7 +272,8 @@ options: required: false default: null description: - - URL to the proxy server that yum should use. + - URL to the proxy server that yum should use. Set to C(_none_) to disable + the global proxy setting. proxy_password: required: false default: null