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

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

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