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

- include: install.yml
  when: template_service_broker_install | default(true) | bool

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