forked from bitlair/ansible
music/librespot: Use jackaudio backend
This commit is contained in:
parent
5254769a9c
commit
32b75696c2
3 changed files with 16 additions and 5 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue