Swap Chrome for Chromium

This commit is contained in:
Anthony Rose 2023-09-11 18:30:30 +01:00
parent 7109292f87
commit 862d7ecdb6

View file

@ -33,9 +33,9 @@
method: user
when: flatpak.stat.exists == true
- name: Install Google Chrome flatpak
- name: Install Chromium flatpak
community.general.flatpak:
name: com.google.Chrome
name: org.chromium.Chromium
state: present
method: user
when: flatpak.stat.exists == true