Added deployment conf for applcm
[ealt-edge.git] / ocd / infra / playbooks / roles / applcm / tasks / main.yml
index 8051228..4a1fe7e 100644 (file)
 
 ---
 - include: "install.yml"
-  when: operation == 'install'
+  when: operation == 'install' and mode == 'dev'
+
+
+- include: "install-ssl.yml"
+  when: operation == 'install' and mode == 'prod'
 
   #- include: "uninstall.yml"
   #when: operation == 'uninstall'