Skip to content
Snippets Groups Projects
Verified Commit 83a61397 authored by neutron's avatar neutron
Browse files

[trees] - disable synced folder and updated README.md

parent 211fdbfe
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ steps: ...@@ -25,7 +25,7 @@ steps:
To use this box you need the following software: 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/) - [VirtualBox](https://www.virtualbox.org/)
- [Vagrant](https://www.vagrantup.com/) - [Vagrant](https://www.vagrantup.com/)
......
...@@ -15,6 +15,7 @@ Vagrant.configure("2") do |config| ...@@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
end end
config.ssh.forward_agent = true config.ssh.forward_agent = true
config.vm.synced_folder '.', '/vagrant', disabled: true
############################################################# #############################################################
# Ansible provisioning (you need to have ansible installed) # Ansible provisioning (you need to have ansible installed)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment