mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-15 14:02:02 +00:00
Role modules: Docs: Fix default value for string list parameters
Fix default values for string list parameters where default is missing in the DOCUMENTATION section, but is defined in argument_specs.
This commit is contained in:
@@ -51,6 +51,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
domain:
|
||||
description: Primary DNS domain of the IPA deployment
|
||||
type: str
|
||||
@@ -70,6 +71,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -101,6 +103,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
force_join:
|
||||
description: Force client enrollment even if already enrolled
|
||||
type: bool
|
||||
|
||||
Reference in New Issue
Block a user