Browse Source

May vault health check needs delay

pull/2557/head
Chen Hong 6 years ago
parent
commit
4a705b3fba
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/vault/tasks/cluster/systemd.yml

1
roles/vault/tasks/cluster/systemd.yml

@ -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 }}"
Loading…
Cancel
Save