main.yml 198 B

12345678
  1. ---
  2. # do any asserts here
  3. - include: install.yml
  4. when: not ansible_service_broker_remove|default(false) | bool
  5. - include: remove.yml
  6. when: ansible_service_broker_remove|default(false) | bool