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}}" } }