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

- include: install.yml
  when: ansible_service_broker_install | bool

- include: remove.yml
  when: ansible_service_broker_remove | bool