浏览代码

CI: vagrant configuration for debian 12 (#2285)

Laurence Jones 2 年之前
父节点
当前提交
062f71fb92
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      test/ansible/vagrant/debian-12-bookworm/Vagrantfile

+ 8 - 0
test/ansible/vagrant/debian-12-bookworm/Vagrantfile

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