freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

Removes reference to nonexistent handler #25

Closed ageis closed 7 years ago

ageis commented 7 years ago

'reload ufw' is not part of handlers/main.yml. The reason why is because it's a non-functional command anyway, UFW rules are applied immediately by the Ansible module.

Fixes:

TASK [ansible-role-jitsi-meet : Open UDP port 10000 for jitsi-videobridge] *****
ERROR! The requested handler 'reload ufw' was not found in the main handlers list
msheiny commented 7 years ago

LGTM :+1: