mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eux
|
|
export ANSIBLE_CALLBACKS_ENABLED=profile_tasks
|
|
export ANSIBLE_ROLES_PATH=../
|
|
ansible-playbook playbook.yaml "$@" |