main.yml 198 B

123456
  1. ---
  2. - include: install.yml
  3. when: not openshift_service_catalog_broker_remove | default(false) | bool
  4. - include: remove.yml
  5. when: openshift_service_catalog_broker_remove | default(false) | bool