c12s-kubespray/roles/kubernetes/preinstall/vars/ubuntu.yml
Shinerrs d0fb537448
Ubuntu changed package name python-apt to python3-apt (#7769)
* replaced deprecated python package with python3 package

* removed the version due to duplication
2021-07-02 06:56:13 -07:00

8 lines
119 B
YAML

---
required_pkgs:
- python3-apt
- aufs-tools
- apt-transport-https
- software-properties-common
- conntrack