ansible-roles/ubuntu-deb-general/templates/02proxy.j2

3 lines
82 B
Plaintext
Raw Normal View History

{% if use_apt_proxy %}
Acquire::http { Proxy "{{ apt_proxy_url }}"; };
{% endif %}