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

6 lines
137 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eu
ANSIBLE_ROLES_PATH=../ ansible-playbook --vault-password-file vault-password runme.yml -i inventory "${@}"