refactor: update Flathub repository URL and add new Flatpak packages
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
parent
9b5249af54
commit
8275fcad8d
@ -1,7 +1,7 @@
|
|||||||
- name: Add Flathub remote repository
|
- name: Add Flathub remote repository
|
||||||
community.general.flatpak_remote:
|
community.general.flatpak_remote:
|
||||||
name: flathub
|
name: flathub
|
||||||
flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo
|
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Get list of system installed Flatpaks
|
- name: Get list of system installed Flatpaks
|
||||||
@ -67,9 +67,13 @@
|
|||||||
- net.nokyan.Resources
|
- net.nokyan.Resources
|
||||||
- dev.zed.Zed
|
- dev.zed.Zed
|
||||||
- page.tesk.Refine
|
- page.tesk.Refine
|
||||||
- com.discordapp.Discord
|
|
||||||
- io.github.flattool.Ignition
|
- io.github.flattool.Ignition
|
||||||
- io.github.bytezz.IPLookup
|
- 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
|
- name: Define system desired Flatpak remotes
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
@ -123,10 +127,6 @@
|
|||||||
method: user
|
method: user
|
||||||
loop: "{{ desired_user_flatpaks }}"
|
loop: "{{ desired_user_flatpaks }}"
|
||||||
|
|
||||||
- name: Install desired system Flatpaks
|
|
||||||
- com.github.marhkb.Pods
|
|
||||||
- io.github.giantpinkrobots.varia
|
|
||||||
|
|
||||||
- name: Install/Upgrade Flatpak packages
|
- name: Install/Upgrade Flatpak packages
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user