Changed install and uninstall condition
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / main.yml
index f6e7eac..22746d8 100644 (file)
@@ -14,7 +14,9 @@
 
 ---
 - include: "install.yml"
+  static: false
   when: operation == 'install'
 
 - include: "uninstall.yml"
+  static: false
   when: operation == 'uninstall'