mg
c73037ce5c
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#300 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
5 lines
239 B
Text
5 lines
239 B
Text
{{ file_header | default () }}
|
|
{% if manage_sources_apt_proxy | length > 0 %}
|
|
Acquire::http::proxy "http://{{ manage_sources_apt_proxy | default() }}";
|
|
Acquire::https::proxy "http://{{ manage_sources_apt_proxy | default() }}";
|
|
{% endif %}
|