add fc39
This commit is contained in:
parent
5beed41288
commit
c7f5af6957
1 changed files with 10 additions and 0 deletions
10
test/ansible/vagrant/fedora-39/Vagrantfile
vendored
Normal file
10
test/ansible/vagrant/fedora-39/Vagrantfile
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Vagrant.configure('2') do |config|
|
||||
config.vm.box = "fedora/39-cloud-base"
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
SHELL
|
||||
end
|
||||
|
||||
common = '../common'
|
||||
load common if File.exist?(common)
|
Loading…
Reference in a new issue