diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index c7e1fb939..8925b2ab0 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -149,6 +149,8 @@ module VagrantPlugins b3.use NetSetMac end + b3.use CleanupDisks + b3.use Disk b3.use StartInstance b3.use WaitForIPAddress b3.use WaitForCommunicator, [:running]