Browse Source

Adding wait for vault up handler in service restart

pull/2851/head
Brad Beam 7 years ago
parent
commit
a8715f9f0f
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/vault/handlers/main.yml

2
roles/vault/handlers/main.yml

@ -3,7 +3,7 @@
command: /bin/true
notify:
- restart vault service
- set facts about local Vault health
- wait for vault up
- unseal vault
- name: wait for vault up

Loading…
Cancel
Save