From 23b451328b7df298573b7c83c143e8f3469a16fb Mon Sep 17 00:00:00 2001 From: dinadins Date: Fri, 4 Oct 2024 12:18:18 +0300 Subject: [PATCH] Updated box URL/checksum --- test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml b/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml index c68d3ba8..414c6d08 100644 --- a/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml +++ b/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml @@ -8,8 +8,8 @@ driver: platforms: - name: instance box: centos/stream9 - box_url: "https://cloud.centos.org/centos/8/vagrant/x86_64/images/CentOS-8-Vagrant-8.4.2105-20210603.0.x86_64.vagrant-libvirt.box" - box_download_checksum: "37cc017738bf12cafce3a97c4de73526452da6332cc5c0516723988644e62620" + box_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20240930.0.x86_64.vagrant-libvirt.box" + box_download_checksum: "0dd55e0d6d1686181e3ad2636f942d5295be4c3d01e0e1c824fc02ec58728375" box_download_checksum_type: "sha256" provisioner: name: ansible