owncloud aktualisieren #1

Closed
fenris wants to merge 44 commits from task-377 into main
Showing only changes of commit 01813a835d - Show all commits

View file

@ -4,8 +4,8 @@
"become": true,
"ansible.builtin.file": {
"state": "directory",
"path": "{{cfg_sqlite_for_hedgedocpath | dirname}}",
"owner": "{{var_hedgedoc_user_name}}"
"path": "{{cfg_sqlite_for_hedgedoc.path | dirname}}",
"owner": "{{cfg_sqlite_for_hedgedoc.user_name}}"
}
},
{
@ -13,8 +13,8 @@
"become": true,
"ansible.builtin.file": {
"state": "touch",
"path": "{{cfg_sqlite_for_hedgedocpath}}",
"owner": "{{cfg_sqlite_for_hedgedocuser_name}}"
"path": "{{cfg_sqlite_for_hedgedoc.path}}",
"owner": "{{cfg_sqlite_for_hedgedoc.user_name}}"
}
}
]