From 0002ecc5bb7078e2da0350fcc3c2850cf02bcd7b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 10 Apr 2018 11:29:02 -0400 Subject: Bug 1450990 - Refactor a bunch of the logging config files --- Vagrantfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 8776ac08f..2a1c4e9c4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -38,7 +38,6 @@ Vagrant.configure('2') do |config| config.vm.provision 'main', type: 'ansible_local', run: 'always' do |ansible| ansible.playbook = 'vagrant_support/playbook.yml' - ansible.version = 'latest' ansible.extra_vars = { WEB_IP: WEB_IP, DB_IP: DB_IP, @@ -51,7 +50,6 @@ Vagrant.configure('2') do |config| if ARGV.include? '--provision-with' config.vm.provision 'update', type: 'ansible_local', run: 'never' do |update| update.playbook = 'vagrant_support/update.yml' - update.version = 'latest' end end -- cgit v1.2.3-24-g4f1b