Merge pull request #2557 from chenhonggc/vault_health_check_delay
Maybe vault health check needs delay
This commit is contained in:
commit
c1eb975545
1 changed files with 1 additions and 0 deletions
|
@ -55,3 +55,4 @@
|
||||||
register: vault_health_check
|
register: vault_health_check
|
||||||
until: vault_health_check|succeeded
|
until: vault_health_check|succeeded
|
||||||
retries: 10
|
retries: 10
|
||||||
|
delay: "{{ retry_stagger | random + 3 }}"
|
||||||
|
|
Loading…
Reference in a new issue