dockerfiles/ansible/get_password.sh

4 lines
62 B
Bash

#!/bin/sh
[ -n "$VAULT_PASSWORD" ] && echo "$VAULT_PASSWORD"