mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Add support for OpenBSD (#46147)
This commit is contained in:
parent
8b1ae30e2e
commit
2769a4e2cc
3 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue