-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win_Update Install Error: "Attempt to use incomplete security context', 39756039" #517
Comments
The raw traceback formatted in an easier way shows
This would indicate that the failure happens during the cleanup phase. It sounds like the host went down during a step which caused a failure in the action code and when Ansible went to clean itself up it tried to use the now stale security context. There's a few outstanding issues with |
I missed this issue when doing #536. That PR removes the temp path handling that would be run during a failed connection causing this error. While the underlying problem might still exist the PR will ensure it actually be shown and not hidden by this problem. |
* Initial commit * Fix tests - ci_complete ci_coverage * Fix up docs after migration (#95) * Fix up docs after migration * Fix up sanity errors * Rebalance the test targets (#128) * Rebalance the test targets * Make sure IIS test removes the service so our httptester works * Fix devel sanity checks - ci_complete (#331) * Change tests to use include or import_tasks (#517) * module migration * change docs example to ansible Signed-off-by: Amit Weinstock <[email protected]> * Apply suggestions from code review Co-authored-by: Jordan Borean <[email protected]> * add 'verstion added' to docs --------- Signed-off-by: Amit Weinstock <[email protected]> Co-authored-by: Jordan Borean <[email protected]>
Summary
When I try and use the 'win_update' module to install MS updates on Windows Servers I receive a kerberos.GSSError message.
When i 'search' or 'download' updates with the win_update module it behaves as expected. This behaviour seems to be limited to installing updates. The behaviour is present across multiple updates and multiple devices.
It should be noted that after running the win_update install against a server, running 'Get-Hotfix' on the server itself shows the expected updates are actually installed. Control panel on the server shows that the updates are 'pending install', yet rebooting the server does nothing to change the status.
TLDR: Win_update seems to be actually be installing the updates, but still poses the error.
Issue Type
Bug Report
Component Name
win_updates
Ansible Version
Configuration
OS / Environment
RHEL 8 (EC2 Instance)
Steps to Reproduce
Expected Results
I expected the playbook to install the available updates on the Windows Server successfully and report as such.
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: