music/librespot: Use jackaudio backend
Some checks failed
Test / build (push) Failing after 56s

This commit is contained in:
polyfloyd 2025-06-01 21:37:30 +02:00
parent 5254769a9c
commit 32b75696c2
3 changed files with 16 additions and 5 deletions

View file

@ -1,4 +1,11 @@
---
- name: Install apt dependencies
apt:
name:
- libasound2-dev
- libjack-dev
- pkg-config
- name: Create librespot user
user:
name: "{{ music_librespot_user }}"