From ba8a3f2f1399b11b88fbc9f55c502fc1315b3069 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 8 Apr 2025 10:39:16 +0200 Subject: [PATCH] Update community.docker if focal MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I01f363a5086b16e14a526f2e4be2c05327d8e762 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index f043fa371..bcb689643 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -330,7 +330,7 @@ esac && \ ansible-galaxy collection install community.kubernetes && \ case {ubuntu} in \ - oracular) \ + focal | oracular) \ ansible-galaxy collection install -f community.docker ;; \ *) ;; \ esac && \ -- 2.16.6