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

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

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