Might as well fix this too
This commit is contained in:
parent
f36c6c8c5b
commit
7db49a8048
1 changed files with 1 additions and 1 deletions
|
@ -132,5 +132,5 @@ class InventoryParserYaml(object):
|
|||
if host not in grouped_hosts:
|
||||
ungrouped.add_host(host)
|
||||
|
||||
# make sure ungrouped_hosts is the complement of grouped_hosts
|
||||
# make sure ungrouped.hosts is the complement of grouped_hosts
|
||||
ungrouped_hosts = [host for host in ungrouped.hosts if host not in grouped_hosts]
|
||||
|
|
Loading…
Add table
Reference in a new issue