Fxing group names in ansible inventory

This commit is contained in:
Moritz Graf 2025-11-29 10:50:41 +01:00
parent 285ea97a00
commit 783350ba03
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
echo "######################################################################################" echo "######################################################################################"
echo "## Reinit repository" echo "## Reinit repository"
rm -rf kubespray rm -rf kubespray
VERSION="release-2.26" VERSION="release-2.27"
git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git
echo "######################################################################################" echo "######################################################################################"