ipaserver_test.py: Add missing default for random_serial_numbers

random_serial_numbers was missing the default value in the DOCMENTATION
section.
This commit is contained in:
Thomas Woerner
2023-05-04 17:24:48 +02:00
parent a4b8e10a40
commit 2d4cad6c1b

View File

@@ -211,6 +211,7 @@ options:
random_serial_numbers:
description: The installer random_serial_numbers setting
type: bool
default: no
required: no
allow_zone_overlap:
description: Create DNS zone even if it already exists