diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index aa663cacf..a36e66e9b 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -65,6 +65,7 @@ module VagrantPlugins def self.action_start Vagrant::Action::Builder.new.tap do |b| + b.use Provision b.use StartInstance b.use WaitForIPAddress b.use WaitForCommunicator, [:running]