dockerfiles/ansible/get_password.sh

4 lines
62 B
Bash
Raw Normal View History

2020-04-08 13:05:07 +02:00
#!/bin/sh
[ -n "$VAULT_PASSWORD" ] && echo "$VAULT_PASSWORD"