bump vagrant 2.3.7 (#10789)

This commit is contained in:
Kay Yan
2024-01-11 21:59:56 +08:00
committed by GitHub
parent 336b323954
commit 774d824d0b
4 changed files with 4 additions and 3 deletions

1
Vagrantfile vendored
View File

@@ -264,6 +264,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)