fix gitea backup

This commit is contained in:
CPunch 2024-04-09 16:32:01 -05:00
parent ab5b7c1d29
commit 2686eddf88
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- name: Dump Gitea
shell:
cmd: gitea dump -c /etc/gitea/app.ini --work-path=/etc/gitea --file=gitea-dump.zip --tempdir=/etc/gitea/temp
cmd: gitea dump -c /etc/gitea/gitea.ini --work-path=/etc/gitea --file=gitea-dump.zip --tempdir=/etc/gitea/temp
chdir: /etc/gitea
become: true
become_method: su