gitea: fixed restore

wrong repos path
This commit is contained in:
CPunch 2024-02-21 16:55:17 -06:00
parent 5212ca61bd
commit 74e55ef1b9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
- name: Install repositories
copy:
src: /etc/gitea/gitea-dump/repos/
dest: /var/lib/gitea/gitea-repositories/
dest: /var/lib/gitea/repos/
remote_src: true
owner: gitea
tags: restore