ansible/test/integration/targets/lookup_unvault/runme.sh
Brian Coca cedfe34619
added unvault lookup plugin (#69087)
* added unvault lookup plugin
2020-05-14 11:19:19 -04:00

6 lines
111 B
Bash
Executable file

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