From 83a6139730d2ae807db30a7df57db2768a1a98ca Mon Sep 17 00:00:00 2001 From: neutron <neutron@systemli.org> Date: Sat, 4 Aug 2018 11:55:42 +0200 Subject: [PATCH] [trees] - disable synced folder and updated README.md --- vagrant/README.md | 2 +- vagrant/Vagrantfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vagrant/README.md b/vagrant/README.md index ee0280f..49eed79 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -25,7 +25,7 @@ steps: To use this box you need the following software: -- [Ansible](https://www.ansible.com/) (> 2.0) +- [Ansible](https://www.ansible.com/) (>= 2.4) - [VirtualBox](https://www.virtualbox.org/) - [Vagrant](https://www.vagrantup.com/) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index e2443b2..3d7478e 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -15,6 +15,7 @@ Vagrant.configure("2") do |config| end config.ssh.forward_agent = true + config.vm.synced_folder '.', '/vagrant', disabled: true ############################################################# # Ansible provisioning (you need to have ansible installed) -- GitLab