mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
build
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
regexp: '.*swap.*'
|
||||
replace: ''
|
||||
|
||||
- name: Remove multiple files
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: absent
|
||||
loop:
|
||||
- /etc/apt/sources.list.d/docker.list
|
||||
- /etc/apt/keyrings/docker.gpg
|
||||
- /etc/apt/trusted.gpg.d/containerd.gpg
|
||||
- /etc/apt/trusted.gpg.d/docker.gpg
|
||||
|
||||
- name: Enable kernel modules
|
||||
copy:
|
||||
dest: /etc/modules-load.d/k8s.conf
|
||||
|
||||
Reference in New Issue
Block a user