diff --git a/tests/Vagrantfile b/tests/Vagrantfile index 2b18959..1241a68 100644 --- a/tests/Vagrantfile +++ b/tests/Vagrantfile @@ -7,7 +7,7 @@ HOST_NAME = 'test' + ROLE_NAME VAGRANTFILE_API_VERSION = '2' Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = 'centos70-nocm' + config.vm.box = 'bertvv/centos71' config.vm.define HOST_NAME do |node| node.vm.provision 'ansible' do |ansible| ansible.playbook = 'test-full.yml'