Edge gallery roles added
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_mecm-meo / tasks / main.yml
index d6cb3cf..06e1be4 100644 (file)
 #
 
 ---
+
 # tasks file for eg_mecm-meo
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'