summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/filter_mathstuff/runme.sh
blob: 5a474cf558083833863e1e97ab7569dd765570b3 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -eux

export ANSIBLE_ROLES_PATH=../

ansible-playbook runme.yml "$@"