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
apt:
deb: https://launchpad.net/~xtradeb/+archive/ubuntu/apps/+files/xtradeb-apt-source_0.4_all.deb
state: latest
state: present
#apt_repository:
# repo: ppa:xtradeb/apps
# state: present
# update_cache: True
# validate_certs: False
- name: Remove Chromium snap
community.general.snap:
name: chromium
state: absent
- name: Install Chromium instead of Chrome
apt: