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