diff --git a/lib/vSphere/action.rb b/lib/vSphere/action.rb index 10332827..5d00b93a 100644 --- a/lib/vSphere/action.rb +++ b/lib/vSphere/action.rb @@ -11,6 +11,7 @@ def self.action_destroy Vagrant::Action::Builder.new.tap do |b| b.use ConfigValidate b.use ConnectVSphere + b.use(ProvisionerCleanup, :before) b.use Call, IsRunning do |env, b2| if env[:result]