provisioners/ansible: remove an unused variable
Sorry, I missed that point in GH-2991 review. [ci skip]
This commit is contained in:
parent
090ae57aaa
commit
a62d28fd7f
|
@ -66,8 +66,6 @@ module VagrantPlugins
|
||||||
def setup_inventory_file
|
def setup_inventory_file
|
||||||
return config.inventory_path if config.inventory_path
|
return config.inventory_path if config.inventory_path
|
||||||
|
|
||||||
ssh = @machine.ssh_info
|
|
||||||
|
|
||||||
# Managed machines
|
# Managed machines
|
||||||
inventory_machines = {}
|
inventory_machines = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue