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

- include: install.yml
  when: template_service_broker_install | bool

- include: remove.yml
  when: template_service_broker_remove | bool