Changed install and uninstall condition
[ealt-edge.git] / ocd / infra / playbooks / roles / helm / tasks / main.yml
index 79832a1..9619418 100644 (file)
@@ -15,7 +15,9 @@
 
 # tasks file for helm
 - include: "install.yml"
+  static: false
   when: operation == 'install'
 
 - include: "uninstall.yml"
+  static: false
   when: operation == 'uninstall'