Преглед на файлове

v3_0_to_v3_1_upgrade: Remove is_atomic check for upgrades

Samuel Munilla преди 9 години
родител
ревизия
59fc7a8c81
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml

+ 0 - 2
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: