Stop installing Chromium
This commit is contained in:
parent
a65019044c
commit
508ca8aa6a
1 changed files with 0 additions and 8 deletions
|
@ -17,7 +17,6 @@
|
|||
ansible.builtin.stat:
|
||||
path: /usr/bin/flatpak
|
||||
register: flatpak
|
||||
|
||||
- name: Install flathub repo
|
||||
community.general.flatpak_remote:
|
||||
name: flathub
|
||||
|
@ -25,10 +24,3 @@
|
|||
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
method: user
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue