gnome stuff not found
This commit is contained in:
@@ -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}}"
|
||||
|
Reference in New Issue
Block a user