mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2024-11-22 07:20:05 +00:00
Compare commits
2 Commits
ab5b7c1d29
...
5171a308be
Author | SHA1 | Date | |
---|---|---|---|
5171a308be | |||
2686eddf88 |
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user