mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
commit
874aa2bb23
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ The environment can also be stored in a variable, and accessed like so::
|
||||||
- hosts: all
|
- hosts: all
|
||||||
remote_user: root
|
remote_user: root
|
||||||
|
|
||||||
# here we make a variable named "env" that is a dictionary
|
# here we make a variable named "proxy_env" that is a dictionary
|
||||||
vars:
|
vars:
|
||||||
proxy_env:
|
proxy_env:
|
||||||
http_proxy: http://proxy.example.com:8080
|
http_proxy: http://proxy.example.com:8080
|
||||||
|
|
Loading…
Reference in a new issue