manually integrated from PR #10350

pull/21687/head
Brian Coca 7 years ago
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…
Cancel
Save