diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-21 23:37:36 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-21 23:37:36 +0200 |
| commit | e4af5cdb20fed9211e4b1a7c99b8ca5998259bcf (patch) | |
| tree | b6d23b17920c99e8c5d092eb0507b9a357537660 /roles/gnome/vars | |
| parent | 8d7eb8e4b2d299816c2d4a6574df9ddba038197b (diff) | |
Fix gnome on archlinux installing packages without administrator acc
The gnome on archlinux was lacking polkit and it's configuration and was
failing to install any application from the gnome store
Diffstat (limited to 'roles/gnome/vars')
| -rw-r--r-- | roles/gnome/vars/archlinux.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/gnome/vars/archlinux.yml b/roles/gnome/vars/archlinux.yml index d889d18a..0dd84de7 100644 --- a/roles/gnome/vars/archlinux.yml +++ b/roles/gnome/vars/archlinux.yml @@ -2,3 +2,5 @@ gnome_packages: - "gnome" - "gdm" + - "polkit" + - "polkit-gnome" |
