mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
PEP 8 fixes.
This commit is contained in:
parent
e7402e3d5b
commit
2e85272cd5
1 changed files with 6 additions and 6 deletions
|
@ -105,7 +105,7 @@ class ZabbixInventory(object):
|
||||||
data[groupname]['hosts'].append(hostname)
|
data[groupname]['hosts'].append(hostname)
|
||||||
|
|
||||||
# Prevents Ansible from calling this script for each server with --host
|
# Prevents Ansible from calling this script for each server with --host
|
||||||
data['_meta'] = { 'hostvars': self.meta }
|
data['_meta'] = {'hostvars': self.meta}
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue