From 75166a4de865570f27c074c82e47168ac8630f83 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Oct 2019 19:59:29 +0200 Subject: Cleanup unused dotfile categories --- vagrant/.vagrant.d/Vagrantfile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 vagrant/.vagrant.d/Vagrantfile (limited to 'vagrant/.vagrant.d/Vagrantfile') diff --git a/vagrant/.vagrant.d/Vagrantfile b/vagrant/.vagrant.d/Vagrantfile deleted file mode 100644 index 4c69c88..0000000 --- a/vagrant/.vagrant.d/Vagrantfile +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: ruby -*- -Vagrant.configure(2) do |config| - config.vm.provision "ansible" do |ansible| - ansible.playbook = "#{File.dirname(__FILE__)}/ansible/site.yml" - ansible.limit = "all" - end -end -- cgit 1.4.1