This website requires JavaScript.
Explore
Help
Sign In
tpiccioli
/
ansible-roles
forked from
ISTI-ansible-roles/ansible-roles
Watch
1
Star
0
Fork
You've already forked ansible-roles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b7ec847f5d
ansible-roles
/
ubuntu-deb-general
/
templates
/
02proxy.j2
3 lines
82 B
Django/Jinja
Raw
Blame
History
{%
if
use_apt_proxy
%}
Acquire::http
{
Proxy "
{{
apt_proxy_url
}}
"; };
{%
endif
%}
Reference in New Issue
View Git Blame
Copy Permalink