Swap Chrome for Chromium
This commit is contained in:
parent
7109292f87
commit
862d7ecdb6
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@
|
||||||
method: user
|
method: user
|
||||||
when: flatpak.stat.exists == true
|
when: flatpak.stat.exists == true
|
||||||
|
|
||||||
- name: Install Google Chrome flatpak
|
- name: Install Chromium flatpak
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name: com.google.Chrome
|
name: org.chromium.Chromium
|
||||||
state: present
|
state: present
|
||||||
method: user
|
method: user
|
||||||
when: flatpak.stat.exists == true
|
when: flatpak.stat.exists == true
|
||||||
|
|
Loading…
Reference in a new issue