1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 06:46:04 +01:00

Include libseccomp in the list of packages that we ensure are up to date

It looks like runc depends on >= 2.5 even though it just requires
libseccomp.so.2. This will ensure that it's up to date when we install.
This commit is contained in:
Scott Dodson
2022-02-10 16:16:31 -05:00
parent 4f59ed0b1b
commit aee6e91fb2

View File

@@ -72,6 +72,7 @@ openshift_node_support_packages_base:
- iptables-services
- cifs-utils # https://bugzilla.redhat.com/show_bug.cgi?id=1827982
- jq
- libseccomp
openshift_node_support_packages_by_os_major_version:
"7":