Window patch module not working on 2.9 Ansible

Hi ,

I tried to installed the window patch with below yml but it’s not installing the found patch.
It just search the patch and skipped that patch, kindly please suggest

Where i am doing wrong.

I have mention the Yml file and output of playbook.

Window patch installation win_patch.yml file

Any help will be really appreciable, As i am stuck here and waste day but didn’t find any solution

Hi,

First thing I see is that attribute “catagory_names” should be “category_names”.

I think there’s another problem also, but don’t see it yet…

Regards,

JYL

It’s telling you that the update has been filtered and the reason is because the categories for that update aren’t in the categories you listed. To fix this add one of the 2 categories it states it has and run again.