Compare commits
2 commits
6bf0fdbba3
...
1332f49101
Author | SHA1 | Date | |
---|---|---|---|
1332f49101 | |||
49bbf7211c |
2 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
daemon_reload: true
|
||||
|
||||
- name: rebuild librespot
|
||||
command: cargo build --release --features jackaudio-backend
|
||||
command: /root/.cargo/bin/cargo build --release --features jackaudio-backend
|
||||
args:
|
||||
chdir: /opt/librespot
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
dest: /usr/local/bin
|
||||
include: [ trollibox ]
|
||||
mode: 0755
|
||||
notify: restart trollibox
|
||||
|
||||
- name: Install service file
|
||||
template:
|
||||
|
|
Loading…
Add table
Reference in a new issue