Compare commits

..

No commits in common. "5171a308bef172c409cc7974db7e16e01b99e9f3" and "ab5b7c1d297231f59d18cc3859885e5956d4ca54" have entirely different histories.

View File

@ -17,7 +17,7 @@
- name: Dump Gitea
shell:
cmd: gitea dump -c /etc/gitea/gitea.ini --work-path=/etc/gitea --file=gitea-dump.zip --tempdir=/etc/gitea/temp
cmd: gitea dump -c /etc/gitea/app.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: /etc/gitea/gitea-dump.zip
path: "{{ giteaBackup }}"
state: absent
tags: backup