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

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

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