5 lines
117 B
YAML
5 lines
117 B
YAML
- name: Restart icecast2
|
|
ansible.builtin.systemd_service:
|
|
name: icecast2
|
|
state: restarted
|
|
enabled: yes
|