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