summaryrefslogtreecommitdiff
path: root/test/integration/targets/test_core/runme.sh
blob: c20c174132c59921769513bf3e6f9a4ea141647b (plain)
1
2
3
4
5
#!/usr/bin/env bash

set -eu

ANSIBLE_ROLES_PATH=../ ansible-playbook --vault-password-file vault-password runme.yml -i inventory "${@}"