added chrome browser to default config
This commit is contained in:
parent
229403173e
commit
c1795e37bf
@ -8,6 +8,8 @@ packages:
|
||||
go: { status: installed }
|
||||
nextcloud-desktop: { status: installed }
|
||||
keepassxc: { status: installed }
|
||||
chrome-gnome-shell: { status: installed }
|
||||
google-chrome-stable: { status: installed }
|
||||
vim-plugin-gnupg: { status: installed }
|
||||
# vim-instant-markdown
|
||||
xdg-utils: { status: installed }
|
||||
|
@ -1,5 +1,11 @@
|
||||
{% if grains['lsb_distrib_id'] == "openSUSE Leap" %}
|
||||
repositories:
|
||||
google-chrome:
|
||||
humanname: Google Chrome
|
||||
baseurl: https://dl.google.com/linux/chrome/rpm/stable/x86_64
|
||||
enabled: True
|
||||
gpgautoimport: True
|
||||
refresh: True
|
||||
{% if grains['lsb_distrib_id'] == "openSUSE Leap" %}
|
||||
packman:
|
||||
humanname: packman
|
||||
baseurl: https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_{{ grains['lsb_distrib_release'] }}/
|
||||
@ -7,3 +13,4 @@ repositories:
|
||||
gpgautoimport: True
|
||||
refresh: True
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user