mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -63,9 +63,14 @@
|
|||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/repodata/repomd.xml.key
|
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/repodata/repomd.xml.key
|
||||||
|
|
||||||
|
- name: Add Docker CE repository (for containerd)
|
||||||
|
dnf:
|
||||||
|
name: https://download.docker.com/linux/centos/docker-ce.repo
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install containerd
|
- name: Install containerd
|
||||||
dnf:
|
dnf:
|
||||||
name: containerd
|
name: containerd.io
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Configure containerd
|
- name: Configure containerd
|
||||||
|
|||||||
Reference in New Issue
Block a user