gnome stuff not found

This commit is contained in:
2025-06-29 19:32:46 +03:00
parent f8bc6977ec
commit 08f6d85da2

View File

@@ -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}}"