Enable stable and edge containerd versions (#8020)
This commit is contained in:
parent
3a6230af6b
commit
432a312a35
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@
|
||||||
msg: "containerd_version is too low. Minimum version {{ containerd_min_version_required }}"
|
msg: "containerd_version is too low. Minimum version {{ containerd_min_version_required }}"
|
||||||
run_once: yes
|
run_once: yes
|
||||||
when:
|
when:
|
||||||
- containerd_version != 'latest'
|
- containerd_version not in ['latest', 'edge', 'stable']
|
||||||
- container_manager == 'containerd'
|
- container_manager == 'containerd'
|
||||||
|
|
||||||
- name: Stop if using deprecated containerd_config variable
|
- name: Stop if using deprecated containerd_config variable
|
||||||
|
|
Loading…
Reference in a new issue