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