systemli / ansible-role-jitsi-meet

Ansible role to install & configure Jitsi Meet
GNU General Public License v3.0
44 stars 18 forks source link

correct jitsi videobridge service name #1

Closed shoetten closed 4 years ago

shoetten commented 4 years ago

The jitsi-meet debian package recently updated to use jitsi-videobridge v2, see https://github.com/jitsi/jitsi-meet-debian-meta/pull/2

This causes the service name to change. Introduced a ansible var for backwards compat with older installations.

0x46616c6b commented 4 years ago

Oh, I saw your PR now and already opened an PR #2 to reflect this change. Thanks for your contribution!

0x46616c6b commented 4 years ago

I try also to fix the regression in molecule tests. But feel free to contribute if you see any change to enhance the role!