summaryrefslogtreecommitdiffstats
path: root/roles/openshift_service_catalog/tasks/main.yml
blob: ffdbe2b112599d5c8b32b4d406bf37ecf8005d84 (plain)
1
2
3
4
5
6
7
8
---
# do any asserts here

- include_tasks: install.yml
  when: not openshift_service_catalog_remove | default(false) | bool

- include_tasks: remove.yml
  when: openshift_service_catalog_remove | default(false) | bool