fatal: [node1]: FAILED! => {"attempts": 4, "changed": false, "msg": "No package matching 'python-apt' is available"}
issue - https://github.com/kubernetes-sigs/kubespray/issues/7362
workaround - \roles\kubernetes\preinstall\vars\ubuntu.yml
---
required_pkgs:
- python3-apt
- aufs-tools
- apt-transport-https
- software-properties-common
- conntrack