diff --git a/contrib/inventory/zabbix.py b/contrib/inventory/zabbix.py index 4957764a3ea..f6b37b90acb 100755 --- a/contrib/inventory/zabbix.py +++ b/contrib/inventory/zabbix.py @@ -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):