Re: [ansible-project] Ansible not installing the windows update
On Fri, 22 Oct 2021 at 14:25, Lucky Lakshman wrote: > > - name: Install only particular updates based on the KB numbers > win_updates: > category_name: > Typo? -- Dick Visser Trust & Identity Service Operations Manager GÉANT -- You received this mess
[ansible-project] Ansible not installing the windows update
Hello, I have used the below yaml file. The file is getting executing but the installation is not going on. - hosts: win tasks: - name: Return list of found updates and log to C:\WinUpdates.txt win_updates: category_names: SecurityUpdates