git ensure home

This commit is contained in:
mwiegand 2021-10-28 00:02:23 +02:00
parent 6a6ffc8720
commit bb862ed6ec

View file

@ -11,7 +11,9 @@ downloads['/usr/local/bin/gitea'] = {
},
}
users['git'] = {}
users['git'] = {
'home': '/home/git',
}
directories['/var/lib/gitea'] = {
'owner': 'git',