Add Gnome Web flatpak
This commit is contained in:
parent
3086441709
commit
ca5271456d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue