mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
fix indents
This commit is contained in:
parent
c9a5ce3685
commit
72faf8eb0a
3 changed files with 5 additions and 4 deletions
|
@ -121,7 +121,7 @@ class Inventory(object):
|
|||
|
||||
# exclude hosts mentioned in any restriction (ex: failed hosts)
|
||||
if self._restriction is not None:
|
||||
hosts = [ h for h in hosts if h.name in self._restriction ]
|
||||
hosts = [ h for h in hosts if h.name in self._restriction ]
|
||||
|
||||
return hosts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue