mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
fix typo
This commit is contained in:
@@ -23,7 +23,7 @@ The environment can also be stored in a variable, and accessed like so::
|
||||
- hosts: all
|
||||
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:
|
||||
proxy_env:
|
||||
http_proxy: http://proxy.example.com:8080
|
||||
|
||||
Reference in New Issue
Block a user