[FIX] Starte Gitea neu, wenn die Config geändert wurde

This commit is contained in:
2023-04-29 20:22:03 +00:00
parent 6817fe0ff9
commit e8e05f8391
2 changed files with 13 additions and 13 deletions

View File

@@ -20,6 +20,11 @@
- Backup Gitea
register: backup
- name: Ensure Gitea is restarted
community.docker.docker_compose:
project_src: /opt/gitea
restarted: true
- name: Ensure Gitea is running
community.docker.docker_compose:
project_src: /opt/gitea