Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit a24718c

Browse files
committed
ci: Prefer distro packaged containerd for Ubuntu >20.04
Let's switch the logic, and ensure that 24.04 also installs containerd from the distro. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
1 parent 0a009d2 commit a24718c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/ansible/install_containerd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
tasks:
1212
- name: Install containerd from distro
1313
package:
14-
name: "{{ 'containerd.io' if ansible_distribution_version != '22.04' else 'containerd' }}"
14+
name: "{{ 'containerd.io' if ansible_distribution_version == '20.04' else 'containerd' }}"
1515
state: present
1616
# The docker package overwrite the /etc/containerd/config.toml installed
1717
# by the containerd.io package. As a result we are hit by the following

0 commit comments

Comments
 (0)