From b99b5544d49d06c5c8b450f4ba9b8f6c160db8cb Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Mon, 17 Jul 2017 15:51:35 -0400 Subject: Other playbooks maybe expecting this to be at least an empty string. I think they default it to an empty list if its not found. --- roles/openshift_facts/library/openshift_facts.py | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/openshift_facts/library/openshift_facts.py') diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index 0a9f3cd9b..beef77896 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -1652,6 +1652,7 @@ def set_proxy_facts(facts): ) if not proxy_settings_defined: + common['no_proxy'] = '' return facts # As of 3.6 if ANY of the proxy parameters are defined in the -- cgit v1.2.3