Update to 2023-11-17 17:00

This commit is contained in:
Daniel Berteaud 2023-11-17 17:00:29 +01:00
parent f145b94b0b
commit 1e7cc64d56
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -eo pipefail
VAULT_ADDR=https://{{ inventory_hostname }}:{{ vault_services.api.port | default('8200') }}
export VAULT_ADDR=https://{{ inventory_hostname }}:{{ vault_services.api.port | default('8200') }}
VAULT_STATUS=$(vault status -format=json)
if [ "$(echo ${VAULT_STATUS} | jq .is_self)" != "true" ]; then