add step with update libseccomp

This commit is contained in:
mark 2020-12-03 18:49:49 +03:00
parent e5adc9a528
commit 3c0f0e49ea

View File

@ -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