ansible/changelogs/fragments/reboot-add-last-boot-time-parameter.yaml
Sam Doran 2b7393141f
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.
2020-01-21 13:42:32 -05:00

6 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)