Browse Source
fix redis config if no password is set
pull/642/head
Max Klenk
5 years ago
No known key found for this signature in database
GPG Key ID: 26EFB2972F02F380
1 changed files with
2 additions and
0 deletions
-
roles/matrix-redis/templates/redis.conf.j2
|
|
@@ -1,2 +1,4 @@ |
|
|
#jinja2: lstrip_blocks: "True" |
|
|
#jinja2: lstrip_blocks: "True" |
|
|
|
|
|
{% if matrix_redis_connection_password %} |
|
|
requirepass {{ matrix_redis_connection_password }} |
|
|
requirepass {{ matrix_redis_connection_password }} |
|
|
|
|
|
{% endif %} |