From 3abc2cc9686c4aa3979e9c441ff439c4c308199c Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 12 Dec 2017 02:46:18 -0600 Subject: [PATCH] locahost -> localhost typo in inventory/data.py (#33790) Signed-off-by: Adam Miller --- lib/ansible/inventory/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/inventory/data.py b/lib/ansible/inventory/data.py index 27cbecc3bc..f11251966a 100644 --- a/lib/ansible/inventory/data.py +++ b/lib/ansible/inventory/data.py @@ -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