Sfoglia il codice sorgente

add main.yaml for olm task

Evan Cordell 6 anni fa
parent
commit
0e2fc94640
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      roles/olm/tasks/main.yaml

+ 9 - 0
roles/olm/tasks/main.yaml

@@ -0,0 +1,9 @@
+---
+# do any asserts here
+
+- include_tasks: install.yaml
+  when: operator_lifecycle_manager_install | bool
+
+- include_tasks: remove.yaml
+  when: operator_lifecycle_manager_remove | bool
+