Singular to plural on random serial numbers setting

The setting was in singular in the example while being documented in plural form.
This commit is contained in:
Renich Bon Ciric
2023-06-14 16:53:22 -06:00
committed by GitHub
parent 45700bc02b
commit 067b683b81

View File

@@ -179,7 +179,7 @@ ipaserver_domain=example.com
ipaserver_realm=EXAMPLE.COM
ipaadmin_password=MySecretPassword123
ipadm_password=MySecretPassword234
ipaserver_random_serial_number=true
ipaserver_random_serial_numbers=true
```
By setting the variable in the inventory file, the same ipaserver deployment playbook, shown before, can be used.