diff --git a/tasks/Windows.yml b/tasks/Windows.yml index fe1ede8..9afbeb1 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -37,9 +37,14 @@ - name: Ensure user locale set win_command: 'c:\temp\Defprof.exe Administrator /q' changed_when: false + +- name: Apply Windows Updates + win_updates: + when: apply_windows_updates - name: Default applications installed win_chocolatey: name: "{{ item }}" state: present - with_items: "{{ win_packages }}" \ No newline at end of file + with_items: "{{ win_packages }}" +