mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Revert "fix indentation"
This reverts commit 42b55a07cd132c1b55379908d4c353edeae648cb.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user