Uninstall service-center added
[ealt-edge.git] / ocd / infra / playbooks / roles / service_center / tasks / main.yml
index a91ab82..a79c680 100644 (file)
@@ -20,3 +20,7 @@
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'