1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-21 03:09:04 +00:00

Adjust booleans in misc modules. (#5160)

This commit is contained in:
Felix Fontein 2022-08-24 20:00:26 +02:00 committed by GitHub
parent 7533f9ac26
commit 403c4f7477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 110 additions and 110 deletions

View file

@ -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:

View file

@ -36,7 +36,7 @@ options:
verbose:
description:
- Run hponcfg in verbose mode (-v).
default: no
default: false
type: bool
requirements:
- hponcfg tool