mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-06 13:47:47 +02:00
add step with update libseccomp
This commit is contained in:
parent
e5adc9a528
commit
3c0f0e49ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user