From 1113460b682d03e29e2ed5208370371f7b12cfe7 Mon Sep 17 00:00:00 2001
From: Calin Cristian Andrei <cristian.calin@outlook.com>
Date: Tue, 3 May 2022 22:56:33 +0300
Subject: [PATCH] [cri-o] molecule switch from ubuntu 18 to ubuntu 20

---
 roles/container-engine/cri-o/molecule/default/molecule.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/container-engine/cri-o/molecule/default/molecule.yml b/roles/container-engine/cri-o/molecule/default/molecule.yml
index af913b489..c46da7213 100644
--- a/roles/container-engine/cri-o/molecule/default/molecule.yml
+++ b/roles/container-engine/cri-o/molecule/default/molecule.yml
@@ -7,8 +7,8 @@ lint: |
   set -e
   yamllint -c ../../../.yamllint .
 platforms:
-  - name: ubuntu1804
-    box: generic/ubuntu1804
+  - name: ubuntu2004
+    box: generic/ubuntu2004
     cpus: 2
     memory: 1024
     groups:
-- 
GitLab