Fix non-matching defaults. (#5452) (#5454)

(cherry picked from commit f84a9bf932)
This commit is contained in:
Felix Fontein
2022-11-01 20:09:31 +01:00
committed by GitHub
parent 2754d86ac5
commit d119905bd5
73 changed files with 130 additions and 21 deletions

View File

@@ -42,11 +42,13 @@ options:
nameserver:
type: list
elements: str
default: []
description:
- List of appropriate name servers. Required if C(state=present).
interfaces:
type: list
elements: str
default: []
description:
- List of interface IP addresses, on which the server should
response this zone. Required if C(state=present).