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

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