google_chrome: Sync repo with official config
This commit is contained in:
parent
270b14ce15
commit
2c232f1654
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
- name: Enable Google Chrome repository
|
- name: Enable Google Chrome repository
|
||||||
ansible.builtin.yum_repository:
|
ansible.builtin.yum_repository:
|
||||||
name: google-chrome
|
name: google-chrome
|
||||||
baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
baseurl: https://dl.google.com/linux/chrome/rpm/stable/x86_64
|
||||||
description: Google Chrome
|
description: google-chrome
|
||||||
gpgcheck: true
|
gpgcheck: true
|
||||||
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue