mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-31 05:00:26 +00:00
sync with previous repo
This commit is contained in:
4
roles/matrix-redis/templates/redis.conf.j2
Normal file
4
roles/matrix-redis/templates/redis.conf.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
#jinja2: lstrip_blocks: "True"
|
||||
{% if matrix_redis_connection_password %}
|
||||
requirepass {{ matrix_redis_connection_password }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user