From 8275fcad8d6bebbf8489123b5cb49d5b38de54a4 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 27 Jan 2025 16:00:27 +0100 Subject: [PATCH] refactor: update Flathub repository URL and add new Flatpak packages --- config/ansible/tasks/workstations/flatpaks.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/ansible/tasks/workstations/flatpaks.yml b/config/ansible/tasks/workstations/flatpaks.yml index 98a6dec..6ff8921 100644 --- a/config/ansible/tasks/workstations/flatpaks.yml +++ b/config/ansible/tasks/workstations/flatpaks.yml @@ -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 }}"