eg_mep uninstall playbook added
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_mep / tasks / main.yml
index ff35318..70416a7 100644 (file)
@@ -18,4 +18,9 @@
 
 # tasks file for eg_mep
 - include: "install.yml"
+  static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'