From ef7c2b6e85b868f4272209d6bdce4752923bc459 Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Tue, 12 Nov 2024 16:09:23 +0000 Subject: [PATCH] fix: Ansible fedora 40 to use 40 --- test/ansible/vagrant/fedora-40/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ansible/vagrant/fedora-40/Vagrantfile b/test/ansible/vagrant/fedora-40/Vagrantfile index ec03661fe39..5541d453acf 100644 --- a/test/ansible/vagrant/fedora-40/Vagrantfile +++ b/test/ansible/vagrant/fedora-40/Vagrantfile @@ -1,7 +1,7 @@ # frozen_string_literal: true Vagrant.configure('2') do |config| - config.vm.box = "fedora/39-cloud-base" + config.vm.box = "fedora/40-cloud-base" config.vm.provision "shell", inline: <<-SHELL SHELL end