2b7393141f
Allow the built in commands for checking boot time to be overridden. This is mainly for containers and other odd systems where it would add too much complexity to the plugin code to try and discern the correct command to use.
5 lines
223 B
YAML
5 lines
223 B
YAML
bugfixes:
|
|
- >-
|
|
reboot, win_reboot - add ``boot_time_command`` parameter to override the default command used to
|
|
determine whether or not a system was rebooted
|
|
(https://github.com/ansible/ansible/issues/58868)
|