Update roles/kubernetes/tasks/main.yml

This commit is contained in:
2025-10-20 13:18:49 +00:00
parent 19ae31c442
commit 965d2d80c3

View File

@ -42,14 +42,15 @@
- name: Installation of Docker
become: true
apt:
name: "{{ item }}"
state: present
loop:
name:
- docker-ce
- docker-ce-cli
- containerd.io
- docker-compose
state: present
update_cache: yes
- name: Setting value of SystemdCgroup
shell: |