forked from ISTI-ansible-roles/ansible-roles
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
|
{% if use_apt_proxy %}
|
||
|
Acquire::http { Proxy "{{ apt_proxy_url }}"; };
|
||
|
{% endif %}
|