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
|
- 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue