From 2b69ad45bae1205f7cc081c2bf02a93fb493184e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 20 Mar 2020 08:55:46 -0500 Subject: [PATCH] Don't run gerrit init on restart We don't need to do this when we're restarting, only when we're installing or starting for the first time. Change-Id: If80daa5366c56e5f966c499afea4dc7b3421e79f --- playbooks/rename_repos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/rename_repos.yaml b/playbooks/rename_repos.yaml index 83c8e18cab..53756baf5a 100644 --- a/playbooks/rename_repos.yaml +++ b/playbooks/rename_repos.yaml @@ -125,7 +125,7 @@ include_role: name: gerrit vars: - gerrit_run_init: true + gerrit_run_init: false gerrit_run_compose_up: true tasks_from: start