diff --git a/tasks/ssl.yml b/tasks/ssl.yml index b4fdd0a..bbb3dcd 100644 --- a/tasks/ssl.yml +++ b/tasks/ssl.yml @@ -43,7 +43,7 @@ - name: Update http for https on BigBlueButton webapp replace: - path: /var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties + path: "/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties" regexp: 'bigbluebutton.web.serverURL=http:' replace: 'bigbluebutton.web.serverURL=https:' backup: yes