[ansible-project] Re: Windows updates found but not installed

2020-03-01 Thread Andre Gronwald
When the category is not set the default is used, which is ["CriticalUpdates", "SecurityUpdates", "UpdateRollups"]. will try with state=searched and test if the update is installed with the category set what state=searched gives me. thanks for your support, regards, andre Am Samstag, 29.

[ansible-project] Re: Windows updates found but not installed

2020-02-29 Thread Dan Linder
I'd suggest removing the category_names and server_selection fields and see if the missing patches are applied. I don't do Windows patching, but it might be that the "sql server sp2 gdr" is in a different category or server selection. The "category_names" looks like it is a dynamic list that

[ansible-project] Re: Windows updates found but not installed

2020-02-25 Thread Andre Gronwald
hi, i had a look into the issue again. it seems that some updates were filtered because of the categories. that is ok (.net is featurepack). but i don't know why the sql server sp2 gdr wasn't found (

[ansible-project] Re: Windows updates found but not installed

2020-02-23 Thread Andre Gronwald
hi, there should not be a pending reboot, because i rebooted the servers before and tested lots of things. this is the playbook: - name: Install Windows Updates hosts: all tasks: - name: Install all security, critical, and rollup updates without a scheduled task win_updates:

[ansible-project] Re: Windows updates found but not installed

2020-02-23 Thread Dan Linder
Can you include a simplified playbook showing the steps you're performing? Were the systems pending a reboot from a previous update? On Saturday, February 22, 2020 at 8:38:35 AM UTC-6, Andre Gronwald wrote: > > hi, > i tried to update some sql-servers with ansible (awx). > overall it worked