Remove duplicate matrix_media_repo_identifier definition from group_vars/matrix_servers

`matrix_media_repo_identifier` is already defined in the role defaults,
which is a better role to have it anyway.
This commit is contained in:
Slavi Pantaleev
2023-12-22 08:43:10 +02:00
parent 0908c6b662
commit ce013a325c
2 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@ matrix_media_repo_enabled: false
# matrix_media_repo_identifier controls the identifier of this media-repo instance, which influences:
# - the default storage path
# - the names of systemd services
# - the names of systemd services and containers
matrix_media_repo_identifier: matrix-media-repo
matrix_media_repo_container_image_self_build: false