mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Refactor containerd ubuntu setup and remove redundant tasks (#5015)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4132cee687
commit
d22634a597
@@ -3,6 +3,7 @@
|
||||
containerd_versioned_pkg:
|
||||
'latest': "{{ containerd_package }}"
|
||||
'1.2.4': "{{ containerd_package }}=1.2.4-1"
|
||||
'1.2.5': "{{ containerd_package }}=1.2.5-1"
|
||||
'1.2.6': "{{ containerd_package }}=1.2.6-3"
|
||||
'stable': "{{ containerd_package }}=1.2.4-1"
|
||||
'edge': "{{ containerd_package }}=1.2.4-1"
|
||||
@@ -11,7 +12,7 @@ containerd_package_info:
|
||||
pkg_mgr: apt
|
||||
pkgs:
|
||||
- name: "{{ containerd_versioned_pkg[containerd_version | string] }}"
|
||||
force: true
|
||||
force: false
|
||||
|
||||
containerd_repo_key_info:
|
||||
pkg_key: apt_key
|
||||
|
||||
Reference in New Issue
Block a user