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:
Monty Taylor 2019-07-23 13:25:29 -04:00
parent 08a113d4a8
commit 64da74a7a5

View File

@ -1,5 +1,6 @@
- hosts: "gitea:!disabled"
name: "Base: configure gitea"
serial: 1
roles:
- install-docker
- gitea