From 49bbf7211c356ff9abe3cb3babf1ed241dfd27b8 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Fri, 23 Sep 2022 17:28:09 +0200 Subject: [PATCH] music: Fix librespot cargo path --- roles/music/handlers/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/music/handlers/main.yaml b/roles/music/handlers/main.yaml index 957ee6f..bf7fba3 100644 --- a/roles/music/handlers/main.yaml +++ b/roles/music/handlers/main.yaml @@ -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