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: