X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fapplcm%2Ftasks%2Fmain.yml;h=4a1fe7eb0128e7700c97268b296f1572cc6750b0;hb=b53813aee440d6c0a936a2827e5c304cf60d8be1;hp=80512280ccb190bd933c93877c9a34680719975f;hpb=80a3413dc04b715a1e89a418c2fb456221b3294d;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/applcm/tasks/main.yml b/ocd/infra/playbooks/roles/applcm/tasks/main.yml index 8051228..4a1fe7e 100644 --- a/ocd/infra/playbooks/roles/applcm/tasks/main.yml +++ b/ocd/infra/playbooks/roles/applcm/tasks/main.yml @@ -14,7 +14,11 @@ --- - 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'