uninstall.yml 432 B

123456789101112
  1. ---
  2. - name: uninstall glusterfs
  3. block:
  4. - include_tasks: glusterfs_config_facts.yml
  5. - include_tasks: glusterfs_uninstall.yml
  6. when: "'glusterfs' in groups and groups['glusterfs'] | length > 0"
  7. - name: uninstall glusterfs registry
  8. block:
  9. - include_tasks: glusterfs_registry_facts.yml
  10. - include_tasks: glusterfs_uninstall.yml
  11. when: "'glusterfs_registry' in groups and groups['glusterfs_registry'] | length > 0"