Fix chromium repo, remove snap
This commit is contained in:
parent
725737321d
commit
d39dd739ca
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue