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