From 64da74a7a5b898b5d03047167b4684786d223813 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 23 Jul 2019 13:25:29 -0400 Subject: [PATCH] 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 --- playbooks/remote_puppet_git.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/remote_puppet_git.yaml b/playbooks/remote_puppet_git.yaml index 3ea1abeb07..9c981c74ec 100644 --- a/playbooks/remote_puppet_git.yaml +++ b/playbooks/remote_puppet_git.yaml @@ -1,5 +1,6 @@ - hosts: "gitea:!disabled" name: "Base: configure gitea" + serial: 1 roles: - install-docker - gitea