c12s-kubespray/roles/container-engine/containerd/vars/suse.yml
Etienne Champetier 5e06ee6ea6 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)
2021-01-25 23:48:34 -08:00

12 lines
202 B
YAML

---
# docker-ce containerd.io does not contain daemon
containerd_package: containerd
containerd_package_info:
pkgs:
- "{{ containerd_package }}"
containerd_repo_info:
pkg_repo: ''
repos: []