summaryrefslogtreecommitdiffstats
path: root/ansible_collections/kubernetes/core/tests/integration/targets/k8s_hide_fields/runme.sh
blob: 29fda1c9af5cd84ed9f7513372ba01c7e6b2ad35 (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 "$@"