From 1a149960254ed0bf202d46df7d9c57978af80f32 Mon Sep 17 00:00:00 2001 From: Jens Heinrich <59469646+JensHeinrich@users.noreply.github.com> Date: Fri, 19 Feb 2021 00:07:23 +0100 Subject: [PATCH] Replace reference to playbook_environment (#73633) Use the new anchor syntax --- lib/ansible/modules/get_url.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/get_url.py b/lib/ansible/modules/get_url.py index 94d1d88dcba..572c12c9a63 100644 --- a/lib/ansible/modules/get_url.py +++ b/lib/ansible/modules/get_url.py @@ -18,8 +18,7 @@ description: - By default, if an environment variable C(_proxy) is set on the target host, requests will be sent through that proxy. This behaviour can be overridden by setting a variable for this task - (see `setting the environment - `_), + (see R(setting the environment,playbooks_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.