Hi,
I am using ansible 2.5.3
with Python 2.7.5
I’ve got an issue where with win_updates where it doesn’t seem to find already checked updates.
I understand with win_updates search it should only search for new updates that are currently not listed on the server which works fine however, when Windows is configured to auto check for updates (but not install) Ansible fails to see them.
Because of this win_updates does not install those updates either.
We do want to search for updates first, get a list of them and then at a later date install them but it seems this doesn’t work?
Is there anything I can do to get this working?
In Windows updates panel, I can see the already searched updates / install them and all is fine.
Thanks
Best Regards