|
|
|
@ -105,7 +105,7 @@ class ZabbixInventory(object):
|
|
|
|
|
data[groupname]['hosts'].append(hostname)
|
|
|
|
|
|
|
|
|
|
# Prevents Ansible from calling this script for each server with --host
|
|
|
|
|
data['_meta'] = { 'hostvars': self.meta }
|
|
|
|
|
data['_meta'] = {'hostvars': self.meta}
|
|
|
|
|
|
|
|
|
|
return data
|
|
|
|
|
|
|
|
|
|