mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
locahost -> localhost typo in inventory/data.py (#33790)
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
This commit is contained in:
committed by
Martin Krizek
parent
8475171f67
commit
3abc2cc968
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user