From b21bb503c2f12007f74525edb3fe1e83c2dba74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Wed, 8 Oct 2025 12:30:44 +0200 Subject: [PATCH] [int] --- roles/hedgedoc/tasks/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hedgedoc/tasks/main.json b/roles/hedgedoc/tasks/main.json index 626c6cc..6b03c33 100644 --- a/roles/hedgedoc/tasks/main.json +++ b/roles/hedgedoc/tasks/main.json @@ -56,7 +56,7 @@ "become": true, "ansible.builtin.file": { "state": "touch", - "path": "{{cfg_hedgedoc.database.sqlite.data.path}}", + "path": "{{cfg_hedgedoc.database.data.sqlite.path}}", "owner": "{{cfg_hedgedoc.user_name}}" } }