From 21c664d2c01ae2550039347911dea84dd4f22e93 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 10 Sep 2023 18:38:09 -0400 Subject: [PATCH] Install a polkit agent in the launch keyboard role. --- ansible/roles/launch_keyboard/tasks/linux.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/launch_keyboard/tasks/linux.yaml b/ansible/roles/launch_keyboard/tasks/linux.yaml index c0ed422..76922b0 100644 --- a/ansible/roles/launch_keyboard/tasks/linux.yaml +++ b/ansible/roles/launch_keyboard/tasks/linux.yaml @@ -19,5 +19,6 @@ name: - dfu-programmer # For flashing keyboard https://support.system76.com/articles/launch_2-firmware-update/ - avrdude # For flashing keyboard https://support.system76.com/articles/launch_2-firmware-update/ + - lxqt-policykit # Need a polkit agent to launch the keyboard configurator - system76-keyboard-configurator state: present