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

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

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