mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2024-11-22 15:30:05 +00:00
Compare commits
2 Commits
ab5b7c1d29
...
5171a308be
Author | SHA1 | Date | |
---|---|---|---|
5171a308be | |||
2686eddf88 |
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
- name: Dump Gitea
|
- name: Dump Gitea
|
||||||
shell:
|
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
|
chdir: /etc/gitea
|
||||||
become: true
|
become: true
|
||||||
become_method: su
|
become_method: su
|
||||||
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
- name: Remove remote dump
|
- name: Remove remote dump
|
||||||
file:
|
file:
|
||||||
path: "{{ giteaBackup }}"
|
path: /etc/gitea/gitea-dump.zip
|
||||||
state: absent
|
state: absent
|
||||||
tags: backup
|
tags: backup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user