|
@@ -49,6 +49,7 @@
|
|
state: absent
|
|
state: absent
|
|
labels: "{{ glusterfs_nodeselector | lib_utils_oo_dict_to_list_of_dict }}"
|
|
labels: "{{ glusterfs_nodeselector | lib_utils_oo_dict_to_list_of_dict }}"
|
|
with_items: "{{ groups.all }}"
|
|
with_items: "{{ groups.all }}"
|
|
|
|
+ when: "'openshift' in hostvars[item]"
|
|
|
|
|
|
- name: Delete pre-existing GlusterFS config
|
|
- name: Delete pre-existing GlusterFS config
|
|
file:
|
|
file:
|