gitea backup: fix wrong dump cleanup path

This commit is contained in:
CPunch 2024-04-09 16:39:10 -05:00
parent 2686eddf88
commit 5171a308be
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
- name: Remove remote dump
file:
path: "{{ giteaBackup }}"
path: /etc/gitea/gitea-dump.zip
state: absent
tags: backup