a8e51e686e
yum_repository expect really different params, 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>
7 lines
152 B
YAML
7 lines
152 B
YAML
---
|
|
# docker-ce containerd.io does not contain daemon
|
|
containerd_package: containerd
|
|
|
|
containerd_package_info:
|
|
pkgs:
|
|
- "{{ containerd_package }}"
|