mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-02-10 13:00
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{% if system_proxy is defined and system_proxy != '' %}
|
||||
{% for proto in system_proxy_proto %}
|
||||
export {{ proto }}_proxy={{ system_proxy }}
|
||||
export {{ proto | lower }}_proxy={{ system_proxy }}
|
||||
export {{ proto | upper }}_PROXY={{ system_proxy }}
|
||||
{% endfor %}
|
||||
export no_proxy='{{ system_proxy_no_proxy | join(',') }}'
|
||||
|
Reference in New Issue
Block a user