mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-26 02:48:32 +01: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 %}
|