classroom/roles/chrome/tasks/main_win.yml

11 lines
226 B
YAML
Raw Normal View History

2023-09-11 20:30:48 +00:00
- name: Install Chrome
win_chocolatey:
name: googlechrome
- name: Disable Chrome updates
win_regedit:
path: HKLM:\SOFTWARE\Policies\Google\Update
name: AutoUpdateCheckPeriodMinutes
type: dword
data: 0