Add cri-o 1.20/1.21 (#7544)

This commit is contained in:
Florian Ruynat
2021-04-26 18:21:16 +02:00
committed by GitHub
parent 8665e1de87
commit 7c86734d2e
7 changed files with 25 additions and 32 deletions

View File

@@ -106,7 +106,7 @@
- pull_required
- download_force_cache
- name: download_container | Load image into docker
- name: download_container | Load image into the local container registry
shell: "{{ image_load_command }}" # noqa 305 image_load_command uses pipes, therefore requires shell
register: container_load_status
failed_when: container_load_status is failed