This commit is contained in:
Christian Fraß 2025-10-08 12:30:44 +02:00
parent c70362e5ef
commit b21bb503c2

View file

@ -56,7 +56,7 @@
"become": true, "become": true,
"ansible.builtin.file": { "ansible.builtin.file": {
"state": "touch", "state": "touch",
"path": "{{cfg_hedgedoc.database.sqlite.data.path}}", "path": "{{cfg_hedgedoc.database.data.sqlite.path}}",
"owner": "{{cfg_hedgedoc.user_name}}" "owner": "{{cfg_hedgedoc.user_name}}"
} }
} }