From cc758014ccf302c5465c6feab8fe3342625dec6c Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 21 Feb 2019 20:18:15 -0800 Subject: [PATCH] add bluetooth ldac/aptx support Existing users should uninstall the previous pulseaudio-bluetooth package. # pacman --remove --nosave --recursive pulseaudio-bluetooth --- roles/bluetooth/tasks/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/bluetooth/tasks/main.yml b/roles/bluetooth/tasks/main.yml index 0300573..d33c6cf 100644 --- a/roles/bluetooth/tasks/main.yml +++ b/roles/bluetooth/tasks/main.yml @@ -1,3 +1,14 @@ +--- +- name: Install PulseAudio bluetooth with LDAC/aptX support + aur: name={{ item }} user={{ user.name }} + with_items: + - libldac + - pulseaudio-modules-bt-git + tags: + - aur + notify: + - restart pulse as user + - name: Install bluetooth libraries and tools pacman: name={{ item }} state=present with_items: