This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/jitsi-enable-jibri/handlers/main.yml
T
Antoine Ouvrard c53cfeda12 lint
2021-05-03 17:32:36 +02:00

19 lines
302 B
YAML

---
- name: restart prosody
systemd:
name: prosody
state: restarted
enabled: true
- name: restart jitsi-videobridge2
systemd:
name: jitsi-videobridge2
state: restarted
enabled: true
- name: restart jicofo
systemd:
name: jicofo
state: restarted
enabled: true