style: linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent 66830fd2eb
commit 1f28d2242f
76 changed files with 469 additions and 335 deletions

View File

@@ -1,12 +1,13 @@
---
- name: install icecast2
package:
name: icecast2
state: present
name: icecast2
state: present
- name: configuration file
template:
src: icecast.xml.j2
dest: /etc/icecast2/icecast.xml
src: icecast.xml.j2
dest: /etc/icecast2/icecast.xml
notify:
- restart icecast2
- restart icecast2