May vault health check needs delay

pull/2557/head
Chen Hong 2018-03-30 16:42:08 +08:00
parent 31e386886f
commit 4a705b3fba
1 changed files with 1 additions and 0 deletions

View File

@ -55,3 +55,4 @@
register: vault_health_check
until: vault_health_check|succeeded
retries: 10
delay: "{{ retry_stagger | random + 3 }}"