CI: vagrant configuration for debian 12 (#2285)
This commit is contained in:
parent
89c3c18c19
commit
062f71fb92
1 changed files with 8 additions and 0 deletions
8
test/ansible/vagrant/debian-12-bookworm/Vagrantfile
vendored
Normal file
8
test/ansible/vagrant/debian-12-bookworm/Vagrantfile
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Vagrant.configure('2') do |config|
|
||||
config.vm.box = 'debian/bookworm64'
|
||||
end
|
||||
|
||||
common = '../common'
|
||||
load common if File.exist?(common)
|
Loading…
Reference in a new issue