diff --git a/roles/home-gui/tasks/flatpak.yml b/roles/home-gui/tasks/flatpak.yml index 47dc01d..f1829bd 100644 --- a/roles/home-gui/tasks/flatpak.yml +++ b/roles/home-gui/tasks/flatpak.yml @@ -24,3 +24,9 @@ flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo method: user 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