You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in some cases, when WSUS is present, the installation of Windows features may fail
ISSUE TYPE
Adding a boolean variable "bypass_wsus" (true/false) and if the variable is true change the parameter in the registry HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\UseWUServer
This could be problematic if win_feature or win_updates modules modify the registry on the windows node directly. When the update task is failed, the registry will not be back to the original value and that is unwanted change. So I think it is better to achieve this by other task like you did in the playbook.
SUMMARY
in some cases, when WSUS is present, the installation of Windows features may fail
ISSUE TYPE
Adding a boolean variable "bypass_wsus" (true/false) and if the variable is true change the parameter in the registry HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\UseWUServer
COMPONENT NAME
win_feature
ADDITIONAL INFORMATION
My exemple playbook
I made an example in a test collection
My task
The text was updated successfully, but these errors were encountered: