From c7ebf51b203aa39ca0aa63f9abfa00e4e1ba4521 Mon Sep 17 00:00:00 2001 From: Volodymyr Mytnyk Date: Wed, 10 Apr 2019 12:24:40 +0000 Subject: Revert "Add ansible scripts to deploy Kubernetes" This reverts commit c66efd482c9c4aabf8a82d1f554ef5fca91b3bcb. Change-Id: I87ec6e2ed6d2ef8ad202833f134e758762345b02 Signed-off-by: Mytnyk, Volodymyr --- ansible/roles/set_package_installer_proxy/templates/apt_conf.j2 | 3 --- 1 file changed, 3 deletions(-) (limited to 'ansible/roles/set_package_installer_proxy') diff --git a/ansible/roles/set_package_installer_proxy/templates/apt_conf.j2 b/ansible/roles/set_package_installer_proxy/templates/apt_conf.j2 index cba8eacd4..5b57178a7 100644 --- a/ansible/roles/set_package_installer_proxy/templates/apt_conf.j2 +++ b/ansible/roles/set_package_installer_proxy/templates/apt_conf.j2 @@ -1,6 +1,3 @@ {% if "http_proxy" in proxy_env %} Acquire::http::Proxy "{{ proxy_env.http_proxy }}"; {% endif %} -{% if "https_proxy" in proxy_env %} -Acquire::https::Proxy "{{ proxy_env.https_proxy }}"; -{% endif %} -- cgit 1.2.3-korg