Edge gallery roles added
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_certs / tasks / main.yml
index b635196..02f073c 100644 (file)
@@ -15,8 +15,9 @@
 #
 
 ---
-
 # tasks file for eg_certs
 - include: "install.yml"
-  static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  when: operation == 'uninstall'