Browse Source
Merge pull request #2851 from bradbeam/vaultnotify
Adding wait for vault up handler in service restart
pull/2853/head
Brad Beam
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|