summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_password/runme.sh
blob: a3637a7e227b85fa89b9aab787ce4547920eb38c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

set -eux

source virtualenv.sh

# Requirements have to be installed prior to running ansible-playbook
# because plugins and requirements are loaded before the task runs
pip install passlib

ANSIBLE_ROLES_PATH=../ ansible-playbook runme.yml -e "output_dir=${OUTPUT_DIR}" "$@"