From e4022906d387a1b6e668efc23cc45698bdf3f284 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 20 Feb 2017 13:36:19 -0500 Subject: [PATCH] manually integrated from PR #10350 --- contrib/inventory/zabbix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):