Enable stable and edge containerd versions (#8020)

This commit is contained in:
Victor Morales 2021-09-27 08:11:35 -07:00 committed by GitHub
parent 3a6230af6b
commit 432a312a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,7 +334,7 @@
msg: "containerd_version is too low. Minimum version {{ containerd_min_version_required }}"
run_once: yes
when:
- containerd_version != 'latest'
- containerd_version not in ['latest', 'edge', 'stable']
- container_manager == 'containerd'
- name: Stop if using deprecated containerd_config variable