You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
# Unconditionally reboot the machine with all defaults-win_reboot:# Apply updates and reboot if necessary-win_updates:register:update_result-win_reboot:when:update_result.reboot_required# Reboot a slow machine that might have lots of updates to apply-win_reboot:shutdown_timeout:3600reboot_timeout:3600
This module is flagged as stableinterface which means that the maintainers for this module guarantee that no backward incompatible interface changes will be made.
For more information about Red Hat’s this support of this module, please
refer to this knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>