Install pulseaudio and bluetooth manager
This commit is contained in:
parent
2048270f1f
commit
4cefd21782
1 changed files with 14 additions and 0 deletions
|
@ -19,4 +19,18 @@
|
|||
with_items:
|
||||
- 'bcm20702a1-firmware'
|
||||
- 'bluez-firmware'
|
||||
- 'blueberry'
|
||||
- 'handbrake'
|
||||
|
||||
- name: "Install pulseaudio"
|
||||
aur:
|
||||
skip_installed: true
|
||||
name: "{{ item }}"
|
||||
become: true
|
||||
become_user: aur_builder
|
||||
when: "item not in installed_packages.stdout_lines"
|
||||
with_items:
|
||||
- alsa-utils
|
||||
- pavucontrol
|
||||
- pulseaudio
|
||||
- pulseaudio-bluetooth
|
||||
|
|
Loading…
Reference in a new issue