main.yaml 186 B

12345678
  1. ---
  2. # do any asserts here
  3. - include_tasks: install.yaml
  4. when: operator_lifecycle_manager_install | bool
  5. - include_tasks: remove.yaml
  6. when: operator_lifecycle_manager_remove | bool