manually integrated from PR #10350

This commit is contained in:
Brian Coca 2017-02-20 13:36:19 -05:00
commit e4022906d3

View file

@ -80,7 +80,7 @@ class ZabbixInventory(object):
} }
def get_host(self, api, name): def get_host(self, api, name):
data = {} data = {'ansible_ssh_host': name}
return data return data
def get_list(self, api): def get_list(self, api):