summaryrefslogtreecommitdiffstats
path: root/ansible_collections/kubernetes/core/tests/integration/targets/k8s_taint/runme.sh
blob: 02ef146038ae1451839fff4973ce64f150091888 (plain)
1
2
3
4
5
#!/usr/bin/env bash
set -eux
export ANSIBLE_CALLBACKS_ENABLED=profile_tasks
export ANSIBLE_ROLES_PATH=../
ansible-playbook playbook.yaml "$@"