From 397ce671bb028802d528faf8811101e08557e527 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 Mar 2017 09:48:24 +0100 Subject: Re-structure tags to GNU stow format --- tag-vagrant/vagrant.d/Vagrantfile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tag-vagrant/vagrant.d/Vagrantfile (limited to 'tag-vagrant/vagrant.d/Vagrantfile') diff --git a/tag-vagrant/vagrant.d/Vagrantfile b/tag-vagrant/vagrant.d/Vagrantfile deleted file mode 100644 index 4c69c88..0000000 --- a/tag-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