Attempt to manually install containerd on CentOS 8 for now.

master
Jeff Geerling 2019-12-11 08:47:58 -06:00
parent 3f884a6edd
commit 368226babd
1 changed files with 6 additions and 0 deletions

View File

@ -33,3 +33,9 @@
section: 'docker-{{ docker_edition }}-test'
option: enabled
value: '{{ docker_yum_repo_enable_test }}'
- name: Install containerd separately (CentOS 8).
package:
name: https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.6-3.3.el7.x86_64.rpm
state: present
when: ansible_distribution_major_version | int == 8