Stop installing Chromium

This commit is contained in:
Anthony Rose 2024-11-05 11:09:10 +00:00
parent a65019044c
commit 508ca8aa6a

View file

@ -17,7 +17,6 @@
ansible.builtin.stat: ansible.builtin.stat:
path: /usr/bin/flatpak path: /usr/bin/flatpak
register: flatpak register: flatpak
- name: Install flathub repo - name: Install flathub repo
community.general.flatpak_remote: community.general.flatpak_remote:
name: flathub name: flathub
@ -25,10 +24,3 @@
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 Chromium flatpak
community.general.flatpak:
name: org.chromium.Chromium
state: present
method: user
when: flatpak.stat.exists == true