Skip to content
Snippets Groups Projects
Unverified Commit 64502077 authored by Cristian Calin's avatar Cristian Calin Committed by GitHub
Browse files

add containerd.io to dpkg_selection (#7273)

`containerd.io` is the companion package of `docker-ce` and is the
proper package name. This is needed to avoid apt upgrade/dist-upgrade
from breaking kubernetes.
parent edc4bb4a
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@
when: ansible_pkg_mgr == 'apt'
changed_when: false
with_items:
- containerd
- "{{ containerd_package }}"
- docker-ce
- docker-ce-cli
......@@ -127,6 +127,7 @@
when: ansible_pkg_mgr == 'apt'
changed_when: false
with_items:
- "{{ containerd_package }}"
- docker-ce
- docker-ce-cli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment