gnome stuff not found
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
- name: Download calicoctl
|
- name: Download calicoctl
|
||||||
ansible.builtin.get_url:
|
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"
|
dest: "/usr/bin/calicoctl"
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|
||||||
@@ -192,9 +192,7 @@
|
|||||||
- name: Disable unneccesary services
|
- name: Disable unneccesary services
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
loop:
|
loop:
|
||||||
- gdm3
|
|
||||||
- snapd
|
- snapd
|
||||||
- bluetooth
|
|
||||||
- multipathd
|
- multipathd
|
||||||
service:
|
service:
|
||||||
name: "{{item}}"
|
name: "{{item}}"
|
||||||
|
Reference in New Issue
Block a user