manually integrated from PR #10350
parent
26b10eb160
commit
e4022906d3
|
@ -80,7 +80,7 @@ class ZabbixInventory(object):
|
|||
}
|
||||
|
||||
def get_host(self, api, name):
|
||||
data = {}
|
||||
data = {'ansible_ssh_host': name}
|
||||
return data
|
||||
|
||||
def get_list(self, api):
|
||||
|
|
Loading…
Reference in New Issue