Serialize the gitea role
The gitea role will restart gitea if images have updated. We'd like to not stop them all at the same time. Do serial: 1 so that we update one backend at a time. Change-Id: I5ce7f6d8d25a1cf7ddbe901ec6b91860ceaf5bd1
This commit is contained in:
parent
08a113d4a8
commit
64da74a7a5
@ -1,5 +1,6 @@
|
||||
- hosts: "gitea:!disabled"
|
||||
name: "Base: configure gitea"
|
||||
serial: 1
|
||||
roles:
|
||||
- install-docker
|
||||
- gitea
|
||||
|
Loading…
x
Reference in New Issue
Block a user