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