From 7f101b36b72213b8f098246b73d373ef25f2ef99 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Tue, 8 Nov 2016 09:35:00 -0500 Subject: Install flannel RPM on containerized but not atomic --- roles/flannel/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/flannel') 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 -- cgit v1.2.1