provisioners/ansible: use proper config name [GH-2104]

This commit is contained in:
Mitchell Hashimoto 2013-08-31 21:48:41 -07:00
parent c4e79db552
commit 949416c76c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module VagrantPlugins
end
def setup_inventory_file
return config.inventory_file if config.inventory_file
return config.inventory_path if config.inventory_path
ssh = @machine.ssh_info