|
@@ -4,7 +4,7 @@
|
|
|
"password": "{{ redis_password }}",
|
|
"password": "{{ redis_password }}",
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
{% if redis_sentinels %}
|
|
{% if redis_sentinels %}
|
|
|
- "sentinels": {{ redis_sentinels | to_nice_json(indent=4) }},
|
|
|
|
|
|
|
+ "sentinels": {{ redis_sentinels | to_nice_json }},
|
|
|
"master": "{{ redis_master_name }}"
|
|
"master": "{{ redis_master_name }}"
|
|
|
{% else %}
|
|
{% else %}
|
|
|
"host": "{{ redis_host }}",
|
|
"host": "{{ redis_host }}",
|