浏览代码

Merge pull request #2759 from sdodson/flannel-containerized

Install flannel RPM on containerized but not atomic
Scott Dodson 8 年之前
父节点
当前提交
e2991e3ef9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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