install flatpaks as normal user

This commit is contained in:
Ariejan de Vroom 2024-06-06 23:07:22 +02:00
parent 16e059a50b
commit 6544e2472a
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 4 additions and 1 deletions

View File

@ -44,6 +44,7 @@ packages:
- unzip
- usbutils
- wget
- xdg-desktop-portal
- zip
- zsh

View File

@ -11,3 +11,5 @@
name: "{{ flatpaks }}"
state: present
remote: flathub
become: true
become_user: "{{ user.name }}"