[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 }}, "auth": {{ var_davina_backend_auth | to_json }},
"source": {{ var_davina_backend_source | json }}, "source": {{ var_davina_backend_source | to_json }},
"settings": { "settings": {
"timezone": "UTC" "timezone": "UTC"
} }