mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
fix redis config if no password is set
This commit is contained in:
parent
4fdfc0a34f
commit
880025324a
@ -1,2 +1,4 @@
|
||||
#jinja2: lstrip_blocks: "True"
|
||||
{% if matrix_redis_connection_password %}
|
||||
requirepass {{ matrix_redis_connection_password }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user