ansible/test/integration/targets/lookup_unvault/runme.sh

7 lines
111 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eux
# run tests
ansible-playbook unvault.yml --vault-password-file='secret' -v "$@"