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

- include_tasks: install.yml
  when: template_service_broker_install | bool

- include_tasks: remove.yml
  when: template_service_broker_remove | bool