mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
add missing dash in idempotent_boot_once parameter description
This commit is contained in:
parent
23716ad326
commit
042db3e1ff
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ options:
|
||||||
choices: ["SSLv3", "SSLv23", "TLSv1", "TLSv1_1", "TLSv1_2"]
|
choices: ["SSLv3", "SSLv23", "TLSv1", "TLSv1_1", "TLSv1_2"]
|
||||||
idempotent_boot_once:
|
idempotent_boot_once:
|
||||||
description:
|
description:
|
||||||
This makes the boot_once idempotent see github PR: https://github.com/ansible-collections/community.general/pull/9646
|
- This makes the boot_once idempotent see github PR: https://github.com/ansible-collections/community.general/pull/9646
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
requirements:
|
requirements:
|
||||||
|
|
Loading…
Add table
Reference in a new issue