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