Add Gnome Web flatpak

This commit is contained in:
Anthony Rose 2024-12-17 10:34:54 +00:00
parent 3086441709
commit ca5271456d

View file

@ -24,3 +24,9 @@
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
method: user method: user
when: flatpak.stat.exists == true when: flatpak.stat.exists == true
- name: Install Gnome Web flatpak
community.general.flatpak:
name: org.gnome.Epiphany
state: present
method: user
when: flatpak.stat.exists == true