style: make ansible-lint happier
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user