[fix] role:davina_backend:conf template

This commit is contained in:
fenris 2025-09-16 21:19:25 +02:00
parent e265eede16
commit fcdfb3e16b

View file

@ -1,6 +1,6 @@
{
"auth": {{ var_davina_backend_auth | json }},
"source": {{ var_davina_backend_source | json }},
"auth": {{ var_davina_backend_auth | to_json }},
"source": {{ var_davina_backend_source | to_json }},
"settings": {
"timezone": "UTC"
}