mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -16,6 +16,16 @@
|
|||||||
regexp: '.*swap.*'
|
regexp: '.*swap.*'
|
||||||
replace: ''
|
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
|
- name: Enable kernel modules
|
||||||
copy:
|
copy:
|
||||||
dest: /etc/modules-load.d/k8s.conf
|
dest: /etc/modules-load.d/k8s.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user