cedfe34619
* added unvault lookup plugin
6 lines
111 B
Bash
Executable file
6 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
# run tests
|
|
ansible-playbook unvault.yml --vault-password-file='secret' -v "$@"
|