Linter + Dashboard fixes

This commit is contained in:
Mark Janssen 2024-07-31 20:33:54 +02:00
parent e1bf3e1765
commit abc64144a8
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
44 changed files with 265 additions and 379 deletions

View file

@ -1,4 +1,5 @@
---
- name: Install MPD
ansible.builtin.apt:
name:
@ -15,7 +16,7 @@
owner: root
group: root
mode: 0644
notify: restart mpd-volume-to-mqtt
notify: Restart mpd-volume-to-mqtt
- name: Install mpd-volume-to-mqtt service
ansible.builtin.template:
@ -24,7 +25,7 @@
owner: root
group: root
mode: 0644
notify: restart mpd-volume-to-mqtt
notify: Restart mpd-volume-to-mqtt
- name: Enable mpd-volume-to-mqtt
ansible.builtin.systemd:
@ -39,7 +40,7 @@
version: master
dest: /opt/skipbutton
accept_hostkey: yes
notify: restart skipbutton
notify: Restart skipbutton
- name: Install skipbutton service
ansible.builtin.template:
@ -48,7 +49,7 @@
owner: root
group: root
mode: 0644
notify: restart skipbutton
notify: Restart skipbutton
- name: Enable skipbutton
ansible.builtin.systemd: