Skip to content

Commit

Permalink
Fix flatpak
Browse files Browse the repository at this point in the history
Fixes #13
- change method to system because we have only one user
- if method user is used currently it will been shown because root installs the packages
  • Loading branch information
$full_name committed Nov 2, 2023
1 parent e253147 commit 260b6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/install_general_software/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
name: "flathub"
state: "present"
flatpakrepo_url: "https://flathub.org/repo/flathub.flatpakrepo"
method: "user"
method: "system"

- name: "Initialize flathub"
community.general.flatpak_remote:
name: "flathub"
state: "present"
flatpakrepo_url: "https://flathub.org/repo/flathub.flatpakrepo"
method: "user"
method: "system"

- name: "Install flatpak packages"
community.general.flatpak:
Expand Down

0 comments on commit 260b6dd

Please sign in to comment.