mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-11 20:06:47 +00:00
Add missing : to matrix_media_repo_redis_shards entry
Ref: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4851#issuecomment-3732696383
This commit is contained in:
parent
dd54691137
commit
8a02d791ea
1 changed files with 1 additions and 1 deletions
|
|
@ -3724,7 +3724,7 @@ matrix_media_repo_redis_shards: |
|
|||
{{
|
||||
([{
|
||||
'name': 'valkey',
|
||||
'addr': (valkey_identifier + valkey_container_http_port | string),
|
||||
'addr': (valkey_identifier + ':' + valkey_container_http_port | string),
|
||||
}])
|
||||
if valkey_enabled and matrix_media_repo_redis_enabled
|
||||
else []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue