Removed extra parameters
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_certs / tasks / main.yml
index b635196..0ddc8f4 100644 (file)
 #
 
 ---
-
 # tasks file for eg_certs
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'