You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
379 B

---
- name: Install pulse audio packages.
become: true
become_user: "{{ user_name }}"
aur:
name:
- pulseaudio
- pulseaudio-alsa
- ncpamixer
- pamixer
state: present
- name: Install pulse audio bluetooth package.
become: true
become_user: "{{ user_name }}"
aur:
name: pulseaudio-bluetooth
state: present
when: feat_bluetooth