2021-07-10 12:51:41 +02:00
|
|
|
{{ file_header | default () }}
|
2021-07-01 17:36:56 +02:00
|
|
|
Acquire::http::proxy "http://{{ manage_sources_apt_proxy_server | default() }}:{{ manage_sources_apt_proxy_port | default() }}";
|
|
|
|
Acquire::https::proxy "http://{{ manage_sources_apt_proxy_server | default() }}:{{ manage_sources_apt_proxy_port | default() }}";
|