mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-02 04:44:42 +00:00
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:
@@ -211,6 +211,7 @@ options:
|
|||||||
random_serial_numbers:
|
random_serial_numbers:
|
||||||
description: The installer random_serial_numbers setting
|
description: The installer random_serial_numbers setting
|
||||||
type: bool
|
type: bool
|
||||||
|
default: no
|
||||||
required: no
|
required: no
|
||||||
allow_zone_overlap:
|
allow_zone_overlap:
|
||||||
description: Create DNS zone even if it already exists
|
description: Create DNS zone even if it already exists
|
||||||
|
|||||||
Reference in New Issue
Block a user