Skip to content

Commit

Permalink
Update Vagrantfile.default
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikhgrelland authored Aug 28, 2020
1 parent 4329c51 commit 8d27435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.box = "fredrikhgrelland/hashistack"
config.vm.box_version = ">= 0.3, < 0.4"
config.vm.box_version = ">= 0.4, < 0.5"
config.vm.provider "virtualbox" do |vb|
vb.linked_clone = true
vb.memory = 2048
Expand All @@ -9,4 +9,4 @@ Vagrant.configure("2") do |config|
ansible.provisioning_path = "/vagrant/dev/ansible"
ansible.playbook = "playbook.yml" # Note this playbook is, in this context, /ansible/playbook.yml
end
end
end

0 comments on commit 8d27435

Please sign in to comment.