main.yml 178 B

12345678
  1. ---
  2. # do any asserts here
  3. - include_tasks: install.yml
  4. when: template_service_broker_install | bool
  5. - include_tasks: remove.yml
  6. when: template_service_broker_remove | bool