From 4b9431864443f9ca2fdd007b5c19292443e9d2a8 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Fri, 22 Aug 2025 20:09:53 +0300 Subject: [PATCH] add quickshell debug info & sources --- roles/installs/tasks/quickshell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/installs/tasks/quickshell.yml b/roles/installs/tasks/quickshell.yml index 90b770c..80c429d 100644 --- a/roles/installs/tasks/quickshell.yml +++ b/roles/installs/tasks/quickshell.yml @@ -10,6 +10,8 @@ ansible.builtin.dnf5: name: - quickshell + - quickshell-debuginfo + - quickshell-debugsource state: latest - name: Installing common deps