Skip to content
Snippets Groups Projects
Unverified Commit 19def41f authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #2047 from bradbeam/vaulttime

Adding retries for vault-temp to come online
parents fa5a538f 3694657e
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment