Skip to content
Snippets Groups Projects
Unverified Commit 432a312a authored by Victor Morales's avatar Victor Morales Committed by GitHub
Browse files

Enable stable and edge containerd versions (#8020)

parent 3a6230af
No related branches found
No related tags found
No related merge requests found
...@@ -334,7 +334,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment