google_chrome: Sync repo with official config

This commit is contained in:
Timo Makinen 2024-03-13 19:23:12 +00:00
parent 270b14ce15
commit 2c232f1654

View file

@ -2,8 +2,8 @@
- name: Enable Google Chrome repository
ansible.builtin.yum_repository:
name: google-chrome
baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64
description: Google Chrome
baseurl: https://dl.google.com/linux/chrome/rpm/stable/x86_64
description: google-chrome
gpgcheck: true
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
enabled: true