2023-09-11 20:30:48 +00:00
|
|
|
- name: Install Chrome
|
|
|
|
win_chocolatey:
|
|
|
|
name: googlechrome
|
2023-10-25 19:41:00 +00:00
|
|
|
ignore_checksums: True # TODO: re-enable checksums when the package is fixed
|
2023-09-11 20:30:48 +00:00
|
|
|
|
|
|
|
- name: Disable Chrome updates
|
|
|
|
win_regedit:
|
|
|
|
path: HKLM:\SOFTWARE\Policies\Google\Update
|
|
|
|
name: AutoUpdateCheckPeriodMinutes
|
|
|
|
type: dword
|
|
|
|
data: 0
|