Uninstall k8s functionality added
[ealt-edge.git] / ocd / infra / playbooks / roles / k8s / tasks / main.yml
index 316542a..a0ff36d 100644 (file)
@@ -15,7 +15,9 @@
 ---
 # tasks file for k8s
 - include: "install.yml"
+  static: false
   when: operation == 'install'
 
-#- include: "uninstall.yml"
-  #when: operation == 'uninstall'
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'