eg_developer uninstall playbook added
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_developer / tasks / main.yml
index 44573e9..bab0558 100644 (file)
@@ -19,3 +19,7 @@
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'