Skip to content
Snippets Groups Projects
Unverified Commit c1eb9755 authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #2557 from chenhonggc/vault_health_check_delay

Maybe vault health check needs delay
parents 414b7396 4a705b3f
No related branches found
No related tags found
No related merge requests found
...@@ -55,3 +55,4 @@ ...@@ -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 }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment