forked from bitlair/ansible
Linting
This commit is contained in:
parent
d0cd352b4a
commit
77c1732623
31 changed files with 127 additions and 149 deletions
|
@ -18,9 +18,9 @@
|
|||
ansible.builtin.template:
|
||||
src: librespot.service
|
||||
dest: /etc/systemd/system/librespot.service
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
notify: Restart librespot
|
||||
|
||||
- name: Enable Librespot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue