Skip to content

Commit

Permalink
feat(setup): add flathub to flathub remotes (repositories)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyer64 committed Nov 2, 2024
1 parent 25f80f2 commit 3ddbbd5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/setup/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@
- "flatpak"
- "packaging"

- name: "add the flathub remote repository"
flatpak_remote:
name: "flathub"
flatpakrepo_url: "https://dl.flathub.org/repo/flathub.flatpakrepo"
tags:
- "flatpak"
- "packaging"

- name: "upgrade existing flatpak applications"
command: "flatpak update --noninteractive"
register: update_flatpak_apps_result
changed_when: "'Nothing to do.' not in update_flatpak_apps_result.stdout"
tags:
- "flatpak"
- "packaging"

0 comments on commit 3ddbbd5

Please sign in to comment.