Skip to content

Commit 5aadf6b

Browse files
committed
fix pve_domains_cfg default in readme
1 parent 3ba9dd7 commit 5aadf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ pve_groups: [] # List of group definitions to manage in PVE. See section on User
412412
pve_users: [] # List of user definitions to manage in PVE. See section on User Management.
413413
pve_storages: [] # List of storages to manage in PVE. See section on Storage Management.
414414
pve_datacenter_cfg: {} # Dictionary to configure the PVE datacenter.cfg config file.
415-
pve_domains_cfg: {} # List of realms to use as authentication sources in the PVE domains.cfg config file.
415+
pve_domains_cfg: [] # List of realms to use as authentication sources in the PVE domains.cfg config file.
416416
```
417417

418418
To enable clustering with this role, configure the following variables appropriately:

0 commit comments

Comments
 (0)