mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-10-06 11:14:53 +02:00
add step with update libseccomp
This commit is contained in:
parent
e5adc9a528
commit
3c0f0e49ea
@ -51,4 +51,9 @@
|
|||||||
package:
|
package:
|
||||||
name: containerd.io
|
name: containerd.io
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Upgrade libseccomp for containerd compatibility
|
||||||
|
dnf:
|
||||||
|
name: libseccomp
|
||||||
|
state: latest
|
||||||
when: ansible_distribution_major_version | int == 8
|
when: ansible_distribution_major_version | int == 8
|
||||||
|
Loading…
Reference in New Issue
Block a user