add bluetooth ldac/aptx support

Existing users should uninstall the previous pulseaudio-bluetooth
package.

    # pacman --remove --nosave --recursive pulseaudio-bluetooth
This commit is contained in:
Pig Monkey 2019-02-21 20:18:15 -08:00
parent adf6ac5b16
commit cc758014cc

View file

@ -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: