mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 18:50:08 -03:30
Remove libseccomp install tasks (#7074)
All packages have proper dependencies in latest versions Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c14388629a
commit
e9f93a1de9
@@ -109,14 +109,5 @@
|
||||
- containerd_package_info.pkgs|length > 0
|
||||
ignore_errors: true
|
||||
|
||||
- name: Ensure latest version of libseccomp installed # noqa 403
|
||||
package:
|
||||
name: libseccomp
|
||||
state: latest
|
||||
when:
|
||||
- ansible_distribution == "CentOS"
|
||||
- ansible_distribution_major_version == "8"
|
||||
notify: restart containerd
|
||||
|
||||
- include_role:
|
||||
name: container-engine/crictl
|
||||
|
||||
Reference in New Issue
Block a user