diff --git a/Playbook-Test/Playbook-Test2.yaml b/Playbook-Test/Playbook-Test2.yaml index be7b39660f6d97028bbff307eef16d520a7e2df2..1b7b44c6d91f6637455529e4e8bd40b3cf1523da 100644 --- a/Playbook-Test/Playbook-Test2.yaml +++ b/Playbook-Test/Playbook-Test2.yaml @@ -5,8 +5,4 @@ become: yes tasks: - name: Install all security, critical, and rollup updates without a scheduled task - win_updates: - category_names: - - SecurityUpdates - - CriticalUpdates - - UpdateRollups \ No newline at end of file + win_shell: Get-WindowsUpdate -AcceptAll -Install -IgnoreReboot \ No newline at end of file