mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +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:
@@ -73,6 +73,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_host_dns:
|
||||
description: Do not use DNS for hostname lookup during installation
|
||||
type: bool
|
||||
@@ -223,6 +224,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_reverse:
|
||||
description: Do not create new reverse DNS zone
|
||||
type: bool
|
||||
@@ -242,6 +244,7 @@ options:
|
||||
type: list
|
||||
elements: str
|
||||
required: no
|
||||
default: []
|
||||
no_forwarders:
|
||||
description: Do not add any DNS forwarders, use root servers instead
|
||||
type: bool
|
||||
|
||||
Reference in New Issue
Block a user