CI: Fix kayobe-tox-molecule job

We were still using stream8 images which cannot install packages
anymore, due to the end of life of CentOS Stream 8.

Change-Id: I8604c342e4dbc41dd5bee0f28a92c3c3cd37d631
This commit is contained in:
Pierre Riteau 2024-06-03 14:02:22 +02:00
parent 31728a1803
commit 3b0a74dfc4
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ driver:
lint: | lint: |
yamllint . yamllint .
platforms: platforms:
- name: centos-stream8 - name: centos-stream9
image: quay.io/centos/centos:stream8 image: quay.io/centos/centos:stream9
network_mode: host network_mode: host
provisioner: provisioner:
name: ansible name: ansible

View File

@ -8,8 +8,8 @@ driver:
lint: | lint: |
yamllint . yamllint .
platforms: platforms:
- name: centos-stream8 - name: centos-stream9
image: quay.io/centos/centos:stream8 image: quay.io/centos/centos:stream9
network_mode: host network_mode: host
provisioner: provisioner:
name: ansible name: ansible