Removed extra parameters
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_mecm-mepm / tasks / main.yml
index 1fa1bf9..7faf1bd 100644 (file)
@@ -18,4 +18,9 @@
 
 # tasks file for eg_mecm-mepm
 - include: "install.yml"
+  static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'