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

- include_tasks: install.yml
  when: ansible_service_broker_install | bool

- include_tasks: remove.yml
  when: ansible_service_broker_remove | bool