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
This commit is contained in:
Monty Taylor 2020-03-20 08:55:46 -05:00
parent 3205133c8a
commit 2b69ad45ba

View File

@ -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