containerd,docker: use apt_key instead of action

we don't need rpm_key, so nothing to factor here
Ubuntu is not an ansible_os_family, the OS family for Ubuntu is Debian
Check for ansible_pkg_mgr == apt

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
(cherry picked from commit a2429ef64d)
This commit is contained in:
Etienne Champetier
2021-01-08 16:24:55 -05:00
committed by Kubernetes Prow Robot
parent 4de5a070e1
commit 5e06ee6ea6
10 changed files with 4 additions and 27 deletions

View File

@@ -5,10 +5,6 @@ docker_package_info:
- docker
- containerd
docker_repo_key_info:
pkg_key: ''
repo_keys: []
docker_repo_info:
pkg_repo: ''
repos: []