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