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/coturn-install/handlers/main.yml
T
Antoine Ouvrard db573babed lint
2021-05-17 10:31:00 +02:00

8 lines
118 B
YAML

---
- name: restart coturn
systemd:
name: coturn
state: restarted
daemon_reload: true
enabled: true