Skip to content
Snippets Groups Projects
Commit 3694657e authored by Brad Beam's avatar Brad Beam
Browse files

Adding retries for vault-init to come online

parent 79417e07
No related merge requests found
......@@ -25,6 +25,9 @@
body:
secret_shares: 1
secret_threshold: 1
until: "vault_temp_init|succeeded"
retries: 4
delay: "{{ retry_stagger | random + 3 }}"
register: vault_temp_init
# NOTE: vault_headers and vault_url are used by subsequent issue calls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment