music: Set up ampswitch for MPD and Librespot

This commit is contained in:
polyfloyd 2025-06-01 22:43:04 +02:00
parent 32b75696c2
commit c784d4d217
4 changed files with 69 additions and 0 deletions

View file

@ -75,3 +75,12 @@
name: skipbutton
state: restarted
daemon_reload: true
- name: restart ampswitch
ansible.builtin.systemd:
name: "ampswitch-{{ item }}"
state: restarted
daemon_reload: true
with_items:
- librespot
- mpd