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:
parent
8475171f67
commit
3abc2cc968
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue