uninstall edgex
[eliot.git] / blueprints / iotgateway / playbooks / roles / el_edgex / tasks / main.yml
index e10d37e..0feede0 100644 (file)
@@ -19,3 +19,7 @@
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'