style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 4f57cd79ee
commit fa6ed6484e
8 changed files with 38 additions and 33 deletions

View File

@@ -1,13 +1,14 @@
---
- name: install icecast2
package:
- name: Install icecast2
ansible.builtin.package:
name: icecast2
state: present
- name: configuration file
template:
- name: Configuration file
ansible.builtin.template:
src: icecast.xml.j2
dest: /etc/icecast2/icecast.xml
mode: 0644
notify:
- restart icecast2
- Restart icecast2