UdelaRInterior / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
17 stars 9 forks source link

[BUG] Installation fails due to jicofo-config-file #23

Open kai-berlin opened 3 years ago

kai-berlin commented 3 years ago

The installation on an fresh Ubuntu 20.04 or 18.04 fails with:

TASK [udelarinterior.jitsi_meet : Read Jicofo secret var.] *****************************************************************************************************************************
fatal: [jitsi.frontplatte.info]: FAILED! => {"changed": false, "cmd": ["perl", "-lane", "/^JICOFO_SECRET=(.*)$/ && print $1", "/etc/jitsi/jicofo/config"], "delta": "0:00:00.007857", "end": "2021-07-05 23:59:15.314195", "failed_when_result": true, "rc": 0, "start": "2021-07-05 23:59:15.306338", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

The problem: the file /etc/jitsi/jicofo/config has no line with "JICOFO_SECRET=". If I add one manually, the installation runs through.