ansible/roles/client_apt_proxy/templates/00aptproxy.j2

4 lines
110 B
Plaintext
Raw Normal View History

{{ ansible_managed | comment }}
Acquire::http::Proxy "http://{{ apt_proxy_address }}:{{ apt_proxy_port }}/";