5b57178a75393511cafb825cbbf631ea2cf88645
[yardstick.git] / ansible / roles / set_package_installer_proxy / templates / apt_conf.j2
1 {% if "http_proxy" in proxy_env %}
2 Acquire::http::Proxy "{{ proxy_env.http_proxy }}";
3 {% endif %}