From 9cb85ea0fdd464c6389dc84de8eae88e40947e2c Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 15 Mar 2021 18:13:52 +0100 Subject: [PATCH] try to add pulseaudio --- group_vars/thinkpad.yml | 3 +++ roles/i3wm | 2 +- setup_l460.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/group_vars/thinkpad.yml b/group_vars/thinkpad.yml index 91d082a..a784039 100644 --- a/group_vars/thinkpad.yml +++ b/group_vars/thinkpad.yml @@ -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 diff --git a/roles/i3wm b/roles/i3wm index 5d5c485..8914cb5 160000 --- a/roles/i3wm +++ b/roles/i3wm @@ -1 +1 @@ -Subproject commit 5d5c48582514790893b096aea3fc0418c172d05f +Subproject commit 8914cb560b18bae45e09ac4bf9e76391c869e0cd diff --git a/setup_l460.yml b/setup_l460.yml index e52012b..4f57c0c 100644 --- a/setup_l460.yml +++ b/setup_l460.yml @@ -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'}