We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently win_updates module has no return value to identify managed windows nodes were rebooted or not.
It would be great if we can have return value like rebooted boolean to check the status of windows node.
rebooted
win_updates
We can check uptime of windows nodes to verify the host has been rebooted but return value is simpler way.
The text was updated successfully, but these errors were encountered:
This has been implemented with #493.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
SUMMARY
Currently win_updates module has no return value to identify managed windows nodes were rebooted or not.
It would be great if we can have return value like
rebooted
boolean to check the status of windows node.ISSUE TYPE
COMPONENT NAME
win_updates
ADDITIONAL INFORMATION
We can check uptime of windows nodes to verify the host has been rebooted but return value is simpler way.
The text was updated successfully, but these errors were encountered: