mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-12 04:22:02 +00:00
CI - increase the number of integration workflow (#620)
enable profile_tasks callback plugin for integration tests targets
This commit is contained in:
5
tests/integration/targets/k8s_info/runme.sh
Executable file
5
tests/integration/targets/k8s_info/runme.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eux
|
||||
export ANSIBLE_CALLBACKS_ENABLED=profile_tasks
|
||||
export ANSIBLE_ROLES_PATH=../
|
||||
ansible-playbook playbook.yaml "$@"
|
||||
Reference in New Issue
Block a user