fix: Ansible fedora 40 to use 40 (#3327)

This commit is contained in:
Laurence Jones 2024-11-12 16:42:19 +00:00 committed by GitHub
parent fd314a31ce
commit 3ba71f412e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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