summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-runner/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-runner/runme.sh')
-rwxr-xr-xtest/integration/targets/ansible-runner/runme.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-runner/runme.sh b/test/integration/targets/ansible-runner/runme.sh
new file mode 100755
index 0000000..97e6f4d
--- /dev/null
+++ b/test/integration/targets/ansible-runner/runme.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+set -eux
+
+source virtualenv.sh
+
+ANSIBLE_ROLES_PATH=../ ansible-playbook test.yml -i inventory "$@"