mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-25 06:56:07 -03:30
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>
11 lines
125 B
YAML
11 lines
125 B
YAML
---
|
|
docker_package_info:
|
|
state: latest
|
|
pkgs:
|
|
- docker
|
|
- containerd
|
|
|
|
docker_repo_info:
|
|
pkg_repo: ''
|
|
repos: []
|