Added deployment configuration for mepagent
[ealt-edge.git] / ocd / infra / playbooks / roles / mepagent / tasks / main.yml
index fc34c0a..17cc6ff 100644 (file)
@@ -14,4 +14,7 @@
 
 ---
 - include: "install.yml"
-  when: operation == 'install'
+  when: operation == 'install' and mode == 'dev'
+
+- include: "install-ssl.yml"
+  when: operation == 'install' and mode == 'prod'