diff options
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml index 6142c0167..938834ade 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml @@ -400,11 +400,9 @@    - name: Install Ceph storage plugin dependencies      action: "{{ ansible_pkg_mgr }} name=ceph-common state=present" -    when: not openshift.common.is_atomic | bool    - name: Install GlusterFS storage plugin dependencies      action: "{{ ansible_pkg_mgr }} name=glusterfs-fuse state=present" -    when: not openshift.common.is_atomic | bool    - name: Set sebooleans to allow gluster storage plugin access from containers      seboolean:  | 
