bump vagrant 2.3.7 (#10787)

This commit is contained in:
Kay Yan
2024-01-11 18:23:15 +08:00
committed by GitHub
parent 8c09c3fda2
commit a306f15a74
4 changed files with 4 additions and 3 deletions

1
Vagrantfile vendored
View File

@@ -263,6 +263,7 @@ Vagrant.configure("2") do |config|
if i == $num_instances
node.vm.provision "ansible" do |ansible|
ansible.playbook = $playbook
ansible.compatibility_mode = "2.0"
ansible.verbose = $ansible_verbosity
$ansible_inventory_path = File.join( $inventory, "hosts.ini")
if File.exist?($ansible_inventory_path)