mirror of https://github.com/ansible/ansible.git
reboot - add boot_time_command parameter (#62680)
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.pull/66665/head
parent
617fbad743
commit
2b7393141f
@ -0,0 +1,5 @@
|
||||
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)
|
Loading…
Reference in New Issue