From 051b6e4ae58566a7f7bcdff8e8bc0a04333f2659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Sat, 11 Jan 2025 19:15:14 +0800 Subject: [PATCH] fix(check.sh): add -kK option to ansible-playbook command for extra verbosity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- cluster/ansible/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/ansible/check.sh b/cluster/ansible/check.sh index 0c49ee95..9599bb71 100755 --- a/cluster/ansible/check.sh +++ b/cluster/ansible/check.sh @@ -20,4 +20,4 @@ if [ ! -f ../../cluster/ansible/manifests/inventory.ini ]; then exit 1 fi -cd ../../3rd/kubespray && ansible-playbook -i ../../cluster/ansible/manifests/inventory.ini ./cluster.yml --check \ No newline at end of file +cd ../../3rd/kubespray && ansible-playbook -i ../../cluster/ansible/manifests/inventory.ini ./cluster.yml --check -kK \ No newline at end of file