Add support for OpenBSD (#46147)

This commit is contained in:
Daniel Jakots 2018-09-28 16:07:44 -04:00 committed by Sam Doran
commit 2769a4e2cc
3 changed files with 17 additions and 3 deletions

View file

@ -20,7 +20,7 @@ options:
pre_reboot_delay:
description:
- Seconds for shutdown to wait before requesting reboot.
- On Linux and macOS, this is converted to minutes and rounded down. If less than 60, it will be set to 0.
- On Linux, macOS and OpenBSD, this is converted to minutes and rounded down. If less than 60, it will be set to 0.
- On Solaris and FreeBSD, this will be seconds.
default: 0
type: int