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:
parent
c14388629a
commit
e9f93a1de9
3 changed files with 0 additions and 27 deletions
|
@ -109,14 +109,5 @@
|
||||||
- containerd_package_info.pkgs|length > 0
|
- containerd_package_info.pkgs|length > 0
|
||||||
ignore_errors: true
|
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:
|
- include_role:
|
||||||
name: container-engine/crictl
|
name: container-engine/crictl
|
||||||
|
|
|
@ -91,15 +91,6 @@
|
||||||
retries: 4
|
retries: 4
|
||||||
delay: "{{ retry_stagger | d(3) }}"
|
delay: "{{ retry_stagger | d(3) }}"
|
||||||
|
|
||||||
- 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 crio
|
|
||||||
|
|
||||||
- name: Check if already installed
|
- name: Check if already installed
|
||||||
stat:
|
stat:
|
||||||
path: "/bin/crio"
|
path: "/bin/crio"
|
||||||
|
|
|
@ -215,15 +215,6 @@
|
||||||
- docker-ce
|
- docker-ce
|
||||||
- docker-ce-cli
|
- 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
|
- name: ensure docker started, remove our config if docker start failed and try again
|
||||||
block:
|
block:
|
||||||
- name: ensure service is started if docker packages are already present
|
- name: ensure service is started if docker packages are already present
|
||||||
|
|
Loading…
Reference in a new issue