From 3c0f0e49ea5e1a18dd6a438a23f1ce83904eb491 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 3 Dec 2020 18:49:49 +0300 Subject: [PATCH] add step with update libseccomp --- tasks/setup-RedHat.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/setup-RedHat.yml b/tasks/setup-RedHat.yml index f6cf7bc..1e20a3b 100644 --- a/tasks/setup-RedHat.yml +++ b/tasks/setup-RedHat.yml @@ -51,4 +51,9 @@ package: name: containerd.io state: present + + - name: Upgrade libseccomp for containerd compatibility + dnf: + name: libseccomp + state: latest when: ansible_distribution_major_version | int == 8