mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user