mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 00:22:26 +00:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
|
#jinja2: lstrip_blocks: "True"
|
||
|
{% if matrix_redis_connection_password %}
|
||
|
requirepass {{ matrix_redis_connection_password }}
|
||
|
{% endif %}
|