eg_mecm-fe role uninstalltion playbook added
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_mecm-fe / tasks / main.yml
index 51d8432..b168173 100644 (file)
@@ -19,3 +19,7 @@
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'