We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd4533 commit aaeda2cCopy full SHA for aaeda2c
Vagrantfile
@@ -1,5 +1,5 @@
1
Vagrant.configure("2") do |config|
2
- config.vm.synced_folder ".", "/vagrant"
+ config.vm.synced_folder ".", "/vagrant", disabled: true
3
4
config.vm.provision("etc_hosts", type: 'ansible') do |ansible|
5
ansible.playbook = "development/playbooks/etc_host.yml"
0 commit comments