|
@@ -27,7 +27,7 @@
|
|
|
state: present
|
|
|
when: not openshift.common.is_atomic | bool
|
|
|
|
|
|
-# If we are on atomic, set http_proxy and https_proxy in /etc/atomic.conf
|
|
|
+# Set http_proxy and https_proxy in /etc/atomic.conf
|
|
|
- block:
|
|
|
|
|
|
- name: Add http_proxy to /etc/atomic.conf
|
|
@@ -46,9 +46,6 @@
|
|
|
- openshift.common.https_proxy is defined
|
|
|
- openshift.common.https_proxy != ''
|
|
|
|
|
|
- when: openshift.common.is_atomic | bool
|
|
|
-
|
|
|
-
|
|
|
- block:
|
|
|
|
|
|
- name: Set to default prepend
|