Skip to content
Snippets Groups Projects
Commit a5d2137e authored by Etienne Champetier's avatar Etienne Champetier Committed by Kubernetes Prow Robot
Browse files

containerd: ensure containerd is really started and enabled

parent a8e51e68
Branches
Tags
No related merge requests found
...@@ -115,3 +115,14 @@ ...@@ -115,3 +115,14 @@
- include_role: - include_role:
name: container-engine/crictl name: container-engine/crictl
# you can sometimes end up in a state where everything is installed
# but containerd was not started / enabled
- name: flush handlers
meta: flush_handlers
- name: ensure containerd is started and enabled
service:
name: containerd
enabled: yes
state: started
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment