forked from bitlair/ansible
music: Add Librespot
This commit is contained in:
parent
7356db2b8a
commit
2a54ec3ec6
4 changed files with 65 additions and 0 deletions
|
@ -15,3 +15,14 @@
|
|||
name: trollibox
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
||||
- name: rebuild librespot
|
||||
command: cargo build --release --features jackaudio-backend
|
||||
args:
|
||||
chdir: /opt/librespot
|
||||
|
||||
- name: restart librespot
|
||||
systemd:
|
||||
name: librespot
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue