[FIX] Starte Gitea neu, wenn die Config geändert wurde
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user