Fix chromium repo, remove snap

This commit is contained in:
Gašper Fele-Žorž 2025-10-02 12:20:10 +02:00
parent 725737321d
commit d39dd739ca

View file

@ -1,13 +1,17 @@
- name: Add Chromium not-a-snap repository - name: Add Chromium not-a-snap repository
apt: apt:
deb: https://launchpad.net/~xtradeb/+archive/ubuntu/apps/+files/xtradeb-apt-source_0.4_all.deb deb: https://launchpad.net/~xtradeb/+archive/ubuntu/apps/+files/xtradeb-apt-source_0.4_all.deb
state: latest state: present
#apt_repository: #apt_repository:
# repo: ppa:xtradeb/apps # repo: ppa:xtradeb/apps
# state: present # state: present
# update_cache: True # update_cache: True
# validate_certs: False # validate_certs: False
- name: Remove Chromium snap
community.general.snap:
name: chromium
state: absent
- name: Install Chromium instead of Chrome - name: Install Chromium instead of Chrome
apt: apt: