fix(check.sh): add -kK option to ansible-playbook command for extra verbosity

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-11 19:15:14 +08:00
parent c5b43e96d2
commit 051b6e4ae5

View File

@ -20,4 +20,4 @@ if [ ! -f ../../cluster/ansible/manifests/inventory.ini ]; then
exit 1 exit 1
fi fi
cd ../../3rd/kubespray && ansible-playbook -i ../../cluster/ansible/manifests/inventory.ini ./cluster.yml --check cd ../../3rd/kubespray && ansible-playbook -i ../../cluster/ansible/manifests/inventory.ini ./cluster.yml --check -kK