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