Skip to content

Commit

Permalink
Add preliminary Debian 11 (bullseye) support
Browse files Browse the repository at this point in the history
- Use python3-apt instead because python-apt was removed in Debian 11
- Add gnupg (fix "container-engine/containerd : ensure containerd repository public key is installed" task failed)
- Remove aufs-tools

Signed-off-by: rtsp <[email protected]>
  • Loading branch information
rtsp committed Aug 27, 2021
1 parent 425b674 commit 664df5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/kubernetes/preinstall/vars/debian-11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
required_pkgs:
- python3-apt
- gnupg
- apt-transport-https
- software-properties-common
- conntrack

0 comments on commit 664df5d

Please sign in to comment.