diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/flannel/tasks/main.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/flannel/tasks/main.yml b/roles/flannel/tasks/main.yml index f5b16fb76..a15969568 100644 --- a/roles/flannel/tasks/main.yml +++ b/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  | 
