Replace reference to playbook_environment (#73633)
Use the new anchor syntax
This commit is contained in:
parent
fa05af8321
commit
1a14996025
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ description:
|
||||||
- By default, if an environment variable C(<protocol>_proxy) is set on
|
- By default, if an environment variable C(<protocol>_proxy) is set on
|
||||||
the target host, requests will be sent through that proxy. This
|
the target host, requests will be sent through that proxy. This
|
||||||
behaviour can be overridden by setting a variable for this task
|
behaviour can be overridden by setting a variable for this task
|
||||||
(see `setting the environment
|
(see R(setting the environment,playbooks_environment)),
|
||||||
<https://docs.ansible.com/playbooks_environment.html>`_),
|
|
||||||
or by using the use_proxy option.
|
or by using the use_proxy option.
|
||||||
- HTTP redirects can redirect from HTTP to HTTPS so you should be sure that
|
- HTTP redirects can redirect from HTTP to HTTPS so you should be sure that
|
||||||
your proxy environment for both protocols is correct.
|
your proxy environment for both protocols is correct.
|
||||||
|
|
Loading…
Reference in a new issue