user-mgmt uninstall playbook added
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_user-mgmt / tasks / main.yml
index 25db2e9..6545b6a 100644 (file)
 #
 
 ---
+
 # tasks file for eg_user-mgmt
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'