summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks/uninstall.yml
blob: dcf0c935779c73ddba3cd2ed3fecda70c6bdee49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: uninstall glusterfs
  block:
    - include_tasks: glusterfs_config_facts.yml
    - include_tasks: glusterfs_uninstall.yml
  when: "'glusterfs' in groups and groups['glusterfs'] | length > 0"

- name: uninstall glusterfs registry
  block:
    - include_tasks: glusterfs_registry_facts.yml
    - include_tasks: glusterfs_uninstall.yml
  when: "'glusterfs_registry' in groups and groups['glusterfs_registry'] | length > 0"