diff options
Diffstat (limited to 'roles/openshift_facts/library')
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |