Explorar o código

add main.yaml for olm task

Evan Cordell %!s(int64=6) %!d(string=hai) anos
pai
achega
0e2fc94640
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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
+