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

set -eux

ANSIBLE_ROLES_PATH=../ ansible-playbook runme.yml "$@"
ANSIBLE_ROLES_PATH=../ ansible-playbook handle_undefined_type_errors.yml "$@"