No chromium snaps for you!
This commit is contained in:
parent
20f51f4a09
commit
8afba400f4
|
@ -1,4 +1,12 @@
|
|||
- name: Add Chromium not-a-snap repository
|
||||
apt_repository:
|
||||
repo: ppa:xtradeb/apps
|
||||
state: present
|
||||
update_cache: True
|
||||
validate_certs: False
|
||||
|
||||
- name: Install Chromium instead of Chrome
|
||||
apt:
|
||||
name: chromium-browser
|
||||
state: latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue