2021-07-10 12:51:41 +02:00
|
|
|
{{ file_header | default () }}
|
2022-01-15 11:18:56 +01:00
|
|
|
{% if manage_sources_apt_proxy | length > 0 %}
|
2021-10-20 19:48:17 +02:00
|
|
|
Acquire::http::proxy "http://{{ manage_sources_apt_proxy | default() }}";
|
|
|
|
Acquire::https::proxy "http://{{ manage_sources_apt_proxy | default() }}";
|
2022-01-15 11:18:56 +01:00
|
|
|
{% endif %}
|