Add CI var for http_proxy (#6039)

This commit is contained in:
Maxime Guyot
2020-04-30 14:44:17 +02:00
committed by GitHub
parent 680aa60429
commit 353d44a4a6
2 changed files with 7 additions and 0 deletions

View File

@@ -26,3 +26,6 @@
- name: Populates no_proxy to all hosts
set_fact:
no_proxy: "{{ hostvars.localhost.no_proxy_prepare }}"
proxy_env:
no_proxy: "{{ hostvars.localhost.no_proxy_prepare }}"
NO_PROXY: "{{ hostvars.localhost.no_proxy_prepare }}"