fix indentation
This commit is contained in:
parent
279e5e4522
commit
cd28d82639
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ class Inventory(object):
|
|||
|
||||
def get_host(self, hostname):
|
||||
for group in self.groups:
|
||||
for host in group.get_hosts():
|
||||
if hostname == host.name:
|
||||
for host in group.get_hosts():
|
||||
if hostname == host.name:
|
||||
return host
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in a new issue