diff --git a/lib/vagrant-parallels/action.rb b/lib/vagrant-parallels/action.rb index dfb85608..9048dabc 100644 --- a/lib/vagrant-parallels/action.rb +++ b/lib/vagrant-parallels/action.rb @@ -277,9 +277,10 @@ def self.action_start Vagrant::Action::Builder.new.tap do |b| b.use BoxCheckOutdated b.use Call, IsState, :running do |env1, b1| - # If the VM is running, then our work here is done, exit + # If the VM is running, run the necessary provisioners if env1[:result] b1.use Message, I18n.t('vagrant_parallels.commands.common.vm_already_running') + action_provision next end