Merge pull request #2557 from chenhonggc/vault_health_check_delay

Maybe vault health check needs delay
This commit is contained in:
Andreas Krüger 2018-03-30 21:39:15 +02:00 committed by GitHub
commit c1eb975545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,3 +55,4 @@
register: vault_health_check
until: vault_health_check|succeeded
retries: 10
delay: "{{ retry_stagger | random + 3 }}"