Explorar el Código

Install flannel RPM on containerized but not atomic

Scott Dodson hace 8 años
padre
commit
7f101b36b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/flannel/tasks/main.yml

+ 1 - 1
roles/flannel/tasks/main.yml

@@ -2,7 +2,7 @@
 - name: Install flannel
   become: yes
   action: "{{ ansible_pkg_mgr }} name=flannel state=present"
-  when: not openshift.common.is_containerized | bool
+  when: not openshift.common.is_atomic | bool
 
 - name: Set flannel etcd options
   become: yes