Skip to content

Commit

Permalink
add containerd.io to dpkg_selection
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
cristicalin committed Feb 9, 2021
1 parent a21ee33 commit e726985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/container-engine/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
when: ansible_pkg_mgr == 'apt'
changed_when: false
with_items:
- containerd
- "{{ containerd_package }}"
- docker-ce
- docker-ce-cli

Expand Down Expand Up @@ -127,6 +127,7 @@
when: ansible_pkg_mgr == 'apt'
changed_when: false
with_items:
- "{{ containerd_package }}"
- docker-ce
- docker-ce-cli

Expand Down

0 comments on commit e726985

Please sign in to comment.