[ansible-project] Re: Updating Windows 10

2020-07-25 Thread Alan Woods
When you say disable windows updates from the OS. Do you mean go in to the windows services and disable the Windows Update service? If you are not referring to this I am not sure what you mean by disable windows updates. I though it needed the windows update service to be started to install upd

[ansible-project] Re: Updating Windows 10

2020-07-25 Thread Jordan Borean
If you run with a higher verbosity (usually -vv or more) then the output from the win_updates task will be shown. This output will contain a list of all the updates that were matched on the criteria as well as any updates that were available but didn’t match the criteria specified (filtered). It

[ansible-project] Re: Updating Windows 10

2020-07-25 Thread Jordan Borean
I also forgot to mention that the module sources all the updates from the Windows update api. If it doesn’t appear at all in either the selected or filtered list then windows did not detect any update as being available. If you are running a WSUS server the Windows host could be configured to us

[ansible-project] Re: Updating Windows 10

2020-07-29 Thread Alan Woods
My end goal it actually not to install all teh windows updates. I am just wanting to upgrade windows 10 boxes to 1909 and the 2004 updates. I am trying to get a group of Windows 10 PC of 5-10 and run a upgrade playbook and install the 1909 and the 2004 update after hours when the users are not

[ansible-project] Re: Updating Windows 10

2020-07-29 Thread jbor...@gmail.com
I still don't fully see the issue, the first call to win_updates found 4 updates and no updates were filtered. The screenshot you shared show that 4 updates were available which matches the 4 that are in log. Based on the logs it was run in check mode so it didn't actually install the updates (

[ansible-project] Re: Updating Windows 10

2020-08-03 Thread jbor...@gmail.com
I've spent a few hours today to try and track down this problem but unfortunately I've come up short. I've opened up an issue for this problem [1] but I don't have a fix for it sorry. No matter what I search for I'm just not able to get the Windows Update API when using it directly to report on

[ansible-project] Re: Updating Windows 10

2020-08-04 Thread Alan Woods
Hello, I have been trying figure out away to do that. I have already downloaded the update and extracted the ISO so i now have a setup.exe file. I have been trying to use Powershell to install it then call that Powershell script from my ansible playbook. But have not been able to get it to work