Compare commits

...

2 Commits

Author SHA1 Message Date
CPunch 5171a308be gitea backup: fix wrong dump cleanup path 2024-04-09 16:39:10 -05:00
CPunch 2686eddf88 fix gitea backup 2024-04-09 16:32:01 -05:00
1 changed files with 2 additions and 2 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
@ -33,7 +33,7 @@
- name: Remove remote dump
file:
path: "{{ giteaBackup }}"
path: /etc/gitea/gitea-dump.zip
state: absent
tags: backup