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

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

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