Skip to content
Snippets Groups Projects
Commit 4050b37a authored by Attila Farkas's avatar Attila Farkas
Browse files

Disable file synchronization on Windows

parent 3b37c5e4
No related branches found
No related tags found
1 merge request!32Version 2.0.0
......@@ -157,7 +157,7 @@ class Vagrantfile:
attributes.append(Block("vm.provider", "virtualbox", "vb",
vm_attributes))
if not sandbox.ansible_installed:
if not sandbox.ansible_installed and device.protocol is Protocol.SSH:
synced_folder_attributes: List = [String("", "."),
String("", "/vagrant"),
String("type", "rsync"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment