This commit is contained in:
8
ansible/roles/setup/templates/etc/apt/apt.conf.d/90proxy
Normal file
8
ansible/roles/setup/templates/etc/apt/apt.conf.d/90proxy
Normal file
@ -0,0 +1,8 @@
|
||||
Acquire {
|
||||
{% if http_proxy %}
|
||||
http::Proxy "{{ http_proxy }}";
|
||||
{% endif %}
|
||||
{% if https_proxy %}
|
||||
https::Proxy "{{ https_proxy }}";
|
||||
{% endif %}
|
||||
}
|
Reference in New Issue
Block a user