From 3ba9e817feda0b264d6a484327a9bcb8d4d32ae8 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) --- packaging/os/yum_repository.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/os/yum_repository.py b/packaging/os/yum_repository.py index a0060934cc4..97bb768b34a 100644 --- a/packaging/os/yum_repository.py +++ b/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