summaryrefslogtreecommitdiffstats
path: root/ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/runme.sh')
-rwxr-xr-xansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/runme.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/runme.sh b/ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/runme.sh
new file mode 100755
index 000000000..02ef14603
--- /dev/null
+++ b/ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/runme.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+set -eux
+export ANSIBLE_CALLBACKS_ENABLED=profile_tasks
+export ANSIBLE_ROLES_PATH=../
+ansible-playbook playbook.yaml "$@" \ No newline at end of file