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

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

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