1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

try to add pulseaudio

This commit is contained in:
L3D 2021-03-15 18:13:52 +01:00
parent 94c072f121
commit 9cb85ea0fd
3 changed files with 5 additions and 2 deletions

View file

@ -41,3 +41,6 @@ install_pass_as_password_manager: true
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'" extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
temporarily_disable_screensaver: false temporarily_disable_screensaver: false
modify_lightdm: false modify_lightdm: false
# ingore warning temporarily
warn_if_role_pulseaudio_is_not_tested_well: false

@ -1 +1 @@
Subproject commit 5d5c48582514790893b096aea3fc0418c172d05f Subproject commit 8914cb560b18bae45e09ac4bf9e76391c869e0cd

View file

@ -46,7 +46,7 @@
- name: install modules for sound and bluetooth - name: install modules for sound and bluetooth
hosts: l460 hosts: l460
roles: roles:
- {role: pulseaudio, tags: [pulse, audio, pulseaudio], when: ansible_os_family == 'Archlinux'} - {role: pulseaudio, tags: [pulse, audio, pulseaudio]}
- {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'} - {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'}
- {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'} - {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'}
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'} - {role: bat, tags: bat, when: ansible_os_family == 'Debian'}