summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-glusterfs/private/uninstall.yml
blob: 40f178f4ca2bae49a780414d14564e5777b54cbd (plain)
1
2
3
4
5
6
7
8
---
- name: Uninstall GlusterFS
  hosts: oo_first_master
  tasks:
  - name: Run glusterfs uninstall role
    include_role:
      name: openshift_storage_glusterfs
      tasks_from: uninstall.yml