1 2 3 4 5 6 7 8
--- # do any asserts here - include_tasks: install.yml when: ansible_service_broker_install | bool - include_tasks: remove.yml when: ansible_service_broker_remove | bool