Changed install and uninstall condition
[ealt-edge.git] / ocd / infra / playbooks / roles / helm / tasks / main.yml
index 00d0493..9619418 100644 (file)
 ---
 
 # tasks file for helm
-- name: Helm install
-  debug:
-    msg: installing helm
-
 - include: "install.yml"
+  static: false
   when: operation == 'install'
 
 - include: "uninstall.yml"
+  static: false
   when: operation == 'uninstall'