1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

locahost -> localhost typo in inventory/data.py (#33790)

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
This commit is contained in:
Adam Miller 2017-12-12 02:46:18 -06:00 committed by Martin Krizek
parent 8475171f67
commit 3abc2cc968

View file

@ -66,7 +66,7 @@ class InventoryData(object):
data = {
'groups': self.groups,
'hosts': self.hosts,
'local': self.locahost,
'local': self.localhost,
'source': self.current_source,
}
return data