a2429ef64d
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>
9 lines
181 B
YAML
9 lines
181 B
YAML
---
|
|
containerd_package_info:
|
|
enablerepo: "docker-ce"
|
|
pkgs:
|
|
- "{{ containerd_versioned_pkg[containerd_version | string] }}"
|
|
|
|
containerd_repo_info:
|
|
pkg_repo: ''
|
|
repos: []
|