Files
ansible/roles/icecast2/handlers/main.yml
2024-07-05 11:53:13 +02:00

7 lines
81 B
YAML

---
- name: restart icecast2
service:
name: icecast2
state: restarted