gitea service has to be running for deploying the repos
This commit is contained in:
parent
381059eaa7
commit
4424ad8877
1 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue