fix(check.sh): add -kK option to ansible-playbook command for extra verbosity
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
c5b43e96d2
commit
051b6e4ae5
@ -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
|
||||
cd ../../3rd/kubespray && ansible-playbook -i ../../cluster/ansible/manifests/inventory.ini ./cluster.yml --check -kK
|
||||
Loading…
Reference in New Issue
Block a user