From 758f19c61ebc6a3011204d861c7ec15bc4ac23a1 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Fri, 22 Aug 2025 19:49:05 +0300 Subject: [PATCH] quickshell copr root fix --- roles/installs/tasks/quickshell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/installs/tasks/quickshell.yml b/roles/installs/tasks/quickshell.yml index 379a7dd..f3f0ed3 100644 --- a/roles/installs/tasks/quickshell.yml +++ b/roles/installs/tasks/quickshell.yml @@ -1,4 +1,5 @@ - name: Enabling quickshell fedora copr + become: true community.general.copr: host: copr.fedorainfracloud.org state: enabled