refactor: update Flathub repository URL and add new Flatpak packages
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
Menno van Leeuwen 2025-01-27 16:00:27 +01:00
parent 9b5249af54
commit 8275fcad8d
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -1,7 +1,7 @@
- name: Add Flathub remote repository
community.general.flatpak_remote:
name: flathub
flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
state: present
- name: Get list of system installed Flatpaks
@ -67,9 +67,13 @@
- net.nokyan.Resources
- dev.zed.Zed
- page.tesk.Refine
- com.discordapp.Discord
- io.github.flattool.Ignition
- io.github.bytezz.IPLookup
- com.github.marhkb.Pods
- io.github.giantpinkrobots.varia
- io.bassi.Amberol
- org.gaphor.Gaphor
- io.github.seadve.Mousai
- name: Define system desired Flatpak remotes
ansible.builtin.set_fact:
@ -123,10 +127,6 @@
method: user
loop: "{{ desired_user_flatpaks }}"
- name: Install desired system Flatpaks
- com.github.marhkb.Pods
- io.github.giantpinkrobots.varia
- name: Install/Upgrade Flatpak packages
community.general.flatpak:
name: "{{ item }}"