mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert "fix indentation"
This reverts commit 42b55a07cd132c1b55379908d4c353edeae648cb.
This commit is contained in:
parent
e1914a0e62
commit
fc300723da
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