mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
manually integrated from PR #10350
This commit is contained in:
parent
26b10eb160
commit
e4022906d3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue