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:
parent
94c072f121
commit
9cb85ea0fd
3 changed files with 5 additions and 2 deletions
|
@ -41,3 +41,6 @@ install_pass_as_password_manager: true
|
|||
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
|
||||
temporarily_disable_screensaver: false
|
||||
modify_lightdm: false
|
||||
|
||||
# ingore warning temporarily
|
||||
warn_if_role_pulseaudio_is_not_tested_well: false
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5d5c48582514790893b096aea3fc0418c172d05f
|
||||
Subproject commit 8914cb560b18bae45e09ac4bf9e76391c869e0cd
|
|
@ -46,7 +46,7 @@
|
|||
- name: install modules for sound and bluetooth
|
||||
hosts: l460
|
||||
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: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'}
|
||||
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
|
||||
|
|
Loading…
Reference in a new issue