Merge pull request #2047 from bradbeam/vaulttime

Adding retries for vault-temp to come online
This commit is contained in:
Brad Beam 2017-12-11 09:04:57 -06:00 committed by GitHub
commit 19def41fdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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