Browse Source

Always add proxy items to atomic.conf

Steve Milner 8 years ago
parent
commit
5bc2f017b1
1 changed files with 1 additions and 4 deletions
  1. 1 4
      roles/docker/tasks/systemcontainer_docker.yml

+ 1 - 4
roles/docker/tasks/systemcontainer_docker.yml

@@ -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