Compare commits

..

2 Commits

Author SHA1 Message Date
d64c96576c flachere Backup Ordnerstruktur
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 37s
2023-04-29 14:08:59 +00:00
6d90fe0510 [FIX] Starte Gitea, nachdem es für das Backup gestoppt wurde 2023-04-29 14:08:02 +00:00

View File

@ -49,7 +49,7 @@
- name: Backup Gitea Directory
ansible.builtin.copy:
src: /opt/gitea
src: /opt/gitea/
dest: "/opt/gitea.backup@{{ ansible_date_time.iso8601 }}"
mode: "700"
remote_src: true
@ -80,7 +80,7 @@
register: docker_compose
- ansible.builtin.debug:
var: output
var: docker_compose
- name: Check if {{ gitea.hostname }}.{{ gitea.domain }} is available and returning status 200
ansible.builtin.uri: