From 5118d0e3b1afc6f0b4f304c1c7a528ae035f86cd Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 25 Jun 2015 09:28:39 -0700 Subject: [PATCH] Add note about redirects proxies Fixes #1574 --- lib/ansible/modules/network/basics/get_url.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/network/basics/get_url.py b/lib/ansible/modules/network/basics/get_url.py index f7ea5008cee..64cd24b6d09 100644 --- a/lib/ansible/modules/network/basics/get_url.py +++ b/lib/ansible/modules/network/basics/get_url.py @@ -38,6 +38,8 @@ description: (see `setting the environment `_), or by using the use_proxy option. + - HTTP redirects can redirect from HTTP to HTTPS so you should be sure that + your proxy environment for both protocols is correct. version_added: "0.6" options: url: