classroom/roles/chrome/tasks/main_win.yml

12 lines
307 B
YAML
Raw Permalink Normal View History

2023-09-11 20:30:48 +00:00
- name: Install Chrome
win_chocolatey:
name: googlechrome
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