main.yml 219 B

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