mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 02:11:42 -05:00
fix redis config if no password is set
This commit is contained in:
parent
4fdfc0a34f
commit
880025324a
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
#jinja2: lstrip_blocks: "True"
|
||||
{% if matrix_redis_connection_password %}
|
||||
requirepass {{ matrix_redis_connection_password }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue