Rename variable (matrix_user_groupname -> matrix_group_name)

This commit is contained in:
Slavi Pantaleev
2025-04-29 10:35:26 +03:00
parent 9fc5cdab33
commit 3ee7deb2d7
89 changed files with 279 additions and 278 deletions

View File

@ -177,11 +177,11 @@ matrix_container_global_registry_prefix_override: ""
matrix_user_name: "matrix"
matrix_user_system: true
matrix_user_groupname: "matrix"
matrix_group_name: "matrix"
matrix_group_system: true
# By default, the playbook creates the user (`matrix_user_name`)
# and group (`matrix_user_groupname`) with a random ID.
# and group (`matrix_group_name`) with a random ID.
# To use a specific user/group ID, override these variables.
matrix_user_uid: ~
matrix_user_gid: ~