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
|
daemon_reload: true
|
||||||
|
|
||||||
- name: rebuild librespot
|
- name: rebuild librespot
|
||||||
command: cargo build --release --features jackaudio-backend
|
command: /root/.cargo/bin/cargo build --release --features jackaudio-backend
|
||||||
args:
|
args:
|
||||||
chdir: /opt/librespot
|
chdir: /opt/librespot
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
dest: /usr/local/bin
|
dest: /usr/local/bin
|
||||||
include: [ trollibox ]
|
include: [ trollibox ]
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
notify: restart trollibox
|
||||||
|
|
||||||
- name: Install service file
|
- name: Install service file
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Reference in a new issue