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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user