diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb index 61942a5b3..4628c5233 100644 --- a/lib/vagrant/environment.rb +++ b/lib/vagrant/environment.rb @@ -133,7 +133,7 @@ module Vagrant # Call the hooks that does not require configurations to be loaded # by using a "clean" action runner - hook(:environment_plugins_loaded, Action::Runner.new) + hook(:environment_plugins_loaded, Action::Runner.new(env: self)) # Call the environment load hooks hook(:environment_load)