ansible - widows patching

Hello,

I am trying to perform windows update.
is it possible to do windows patch (download only) to wsus client.
and windows patch (install only) to wsus client.

Thanks

What do you mean exactly with your question?
We do a lot of Windows patching with Ansible

Hello,

Thanks for the response.
I am trying to automate windows patching with help of ansible playbooks.
I was adding a scenario in playbook that:
a) Only download the patch on WSUS client --pending

b) Only install the patch on WSUS client --pending

c) Downlod and install the patch on WSUS client --done

How to achieve steps 2 and 3 via playbooks.

Thanks!!

Hello,

I am yet trying to download only the windows patches on client.
Is there any power shell snippet or module in ansible to do the same.

Thanks