[ansible-project] Re: win_updates fail

2018-05-17 Thread Jordan Borean
Sorry I meant 2.5.3. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to

[ansible-project] Re: win_updates fail

2018-05-17 Thread Jordan Borean
It will be in the 2.6.0 release but I also backported it for the 2.5.4 release which is imminent. In saying that it won’t actually fix the issue but it will give you the result code as to why the download failed. With this result code we can proceed further to trying to find out what is

[ansible-project] Re: win_updates fail

2018-05-16 Thread Jordan Borean
I've raised a PR to fix this issue https://github.com/ansible/ansible/pull/40283, if you want you can try it out and see what is happening. Otherwise you can specify the log_path and it should show the error that occurred in the log file. Thanks Jordan -- You received this message because

[ansible-project] Re: win_updates fail

2018-05-16 Thread Jordan Borean
Looks like a typo in the code where it isn't retrieving the result code, simple fix https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/windows/win_updates.ps1#L240. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To