gitea service has to be running for deploying the repos

This commit is contained in:
flyingscorpio@clevo 2022-04-10 12:44:11 +02:00
parent 381059eaa7
commit 4424ad8877

View file

@ -131,9 +131,16 @@
- Reload systemd daemon
- Start gitea service
- name: Make sure gitea is running
- name: Make sure systemd daemon is reloaded
meta: flush_handlers
- name: Make sure gitea is running
become: true
systemd:
name: gitea
state: started
enabled: true
- name: Copy gitea_backup.sh script
become: true
template: