Skip to content

Commit

Permalink
fix: Ansible fedora 40 to use 40 (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones authored Nov 12, 2024
1 parent fd314a3 commit 3ba71f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ansible/vagrant/fedora-40/Vagrantfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3ba71f4

Please sign in to comment.