provisioners/ansible: use proper config name [GH-2104]
This commit is contained in:
parent
c4e79db552
commit
949416c76c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue