mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 19:21:12 -03:30
Fix issue with 'latest' in containerd version (#7459)
This commit is contained in:
@@ -305,6 +305,7 @@
|
||||
msg: "containerd_version is too low. Minimum version {{ containerd_min_version_required }}"
|
||||
run_once: yes
|
||||
when:
|
||||
- containerd_version != 'latest'
|
||||
- container_manager == 'containerd'
|
||||
|
||||
- name: Stop if using deprecated containerd_config variable
|
||||
|
||||
Reference in New Issue
Block a user