From 08f6d85da2d02e59a56fd2e7f07728d26c3a1a9b Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 29 Jun 2025 19:32:46 +0300 Subject: [PATCH] gnome stuff not found --- kubernetes-nodes.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kubernetes-nodes.yaml b/kubernetes-nodes.yaml index 761e0ca..7f4c549 100644 --- a/kubernetes-nodes.yaml +++ b/kubernetes-nodes.yaml @@ -101,7 +101,7 @@ - name: Download calicoctl ansible.builtin.get_url: - url: "https://github.com/projectcalico/calico/releases/download/v3.28.1/calicoctl-linux-{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}" + url: "https://github.com/projectcalico/calico/releases/download/v3.29.3/calicoctl-linux-{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}" dest: "/usr/bin/calicoctl" mode: '0755' @@ -192,9 +192,7 @@ - name: Disable unneccesary services ignore_errors: true loop: - - gdm3 - snapd - - bluetooth - multipathd service: name: "{{item}}"