mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adjust booleans in misc modules. (#5160)
This commit is contained in:
@@ -63,7 +63,7 @@ options:
|
||||
description:
|
||||
- Whether to force a reboot (even when the system is already booted).
|
||||
- As a safeguard, without force, hpilo_boot will refuse to reboot a server that is already running.
|
||||
default: no
|
||||
default: false
|
||||
type: bool
|
||||
ssl_version:
|
||||
description:
|
||||
|
||||
@@ -36,7 +36,7 @@ options:
|
||||
verbose:
|
||||
description:
|
||||
- Run hponcfg in verbose mode (-v).
|
||||
default: no
|
||||
default: false
|
||||
type: bool
|
||||
requirements:
|
||||
- hponcfg tool
|
||||
|
||||
Reference in New Issue
Block a user