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:
Etienne Champetier
2021-01-04 12:17:57 -05:00
committed by GitHub
parent c14388629a
commit e9f93a1de9
3 changed files with 0 additions and 27 deletions

View File

@@ -215,15 +215,6 @@
- docker-ce
- docker-ce-cli
- 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 docker
- name: ensure docker started, remove our config if docker start failed and try again
block:
- name: ensure service is started if docker packages are already present