mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
manually integrated from PR #10350
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user