diff --git a/Playbooks/update-pve.sh b/Playbooks/update-pve.sh index e31a5d3..d1530db 100644 --- a/Playbooks/update-pve.sh +++ b/Playbooks/update-pve.sh @@ -16,7 +16,7 @@ update_server() { echo "Verbinde mit Server $server und führe Update, Upgrade und Bereinigung durch..." # SSH-Verbindung herstellen und Update durchführen - ssh -o StrictHostKeyChecking=no "$server" << 'EOF' + ssh -o StrictHostKeyChecking=yes "$server" << 'EOF' echo "Starte Update und Upgrade auf $HOSTNAME..." # Update der Paketliste