From 4a705b3fbab6516952f1ec0775a6843994dc48e6 Mon Sep 17 00:00:00 2001
From: Chen Hong <chenhong@ghostcloud.cn>
Date: Fri, 30 Mar 2018 16:42:08 +0800
Subject: [PATCH] May vault health check needs delay

---
 roles/vault/tasks/cluster/systemd.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/vault/tasks/cluster/systemd.yml b/roles/vault/tasks/cluster/systemd.yml
index 8df52f982..f7139d336 100644
--- a/roles/vault/tasks/cluster/systemd.yml
+++ b/roles/vault/tasks/cluster/systemd.yml
@@ -55,3 +55,4 @@
   register: vault_health_check
   until: vault_health_check|succeeded
   retries: 10
+  delay: "{{ retry_stagger | random + 3 }}"
-- 
GitLab