mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2024-11-22 15:30:05 +00:00
Compare commits
No commits in common. "5171a308bef172c409cc7974db7e16e01b99e9f3" and "ab5b7c1d297231f59d18cc3859885e5956d4ca54" have entirely different histories.
5171a308be
...
ab5b7c1d29
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user