mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 16:19:49 -05:00
give vagrant vm a name in virtualbox
This commit is contained in:
parent
e13b458bb9
commit
56e01b9078
4
vagrant/Vagrantfile
vendored
4
vagrant/Vagrantfile
vendored
@ -15,4 +15,8 @@ Vagrant.configure(2) do |config|
|
||||
ansible.inventory_path = "../ansible/hosts-vagrant"
|
||||
ansible.playbook = "../ansible/playbook.yml"
|
||||
end
|
||||
|
||||
config.vm.provider 'virtualbox' do |v|
|
||||
v.name = 'brozzler-test-vm'
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user