forked from bitlair/ansible
music: Set up ampswitch for MPD and Librespot
This commit is contained in:
parent
32b75696c2
commit
c784d4d217
4 changed files with 69 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue