소스 검색
fix redis config if no password is set
pull/642/head
Max Klenk
6 년 전
No known key found for this signature in database
GPG 키 ID: 26EFB2972F02F380
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
roles/matrix-redis/templates/redis.conf.j2
|
|
|
@@ -1,2 +1,4 @@ |
|
|
|
#jinja2: lstrip_blocks: "True" |
|
|
|
{% if matrix_redis_connection_password %} |
|
|
|
requirepass {{ matrix_redis_connection_password }} |
|
|
|
{% endif %} |