This commit is contained in:
2026-02-23 22:24:03 +01:00
parent eb53ed12d9
commit 2e75feb6ea

View File

@@ -24,8 +24,6 @@
regexp: '.*swap.*'
replace: ''
- name: Enable kernel modules
copy:
dest: /etc/modules-load.d/k8s.conf
@@ -245,12 +243,6 @@
register: join_command
when: inventory_hostname == 'ubuntu24-vm01.home.lan'
- name: Save join command
set_fact:
worker_join_cmd: "{{ join_command.stdout }}"