mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
This PR includes: - Check-mode support, the module will now report as if it was rebooted, without making the actual reboot. - Async-support, this potentially fixes #23835 - The module now also returns the elapsed time, like the wait_for and wait_for_connection modules. This fixes #18108 - Add post_reboot_delay_sec parameter