Might as well fix this too

pull/585/head
Dag Wieërs 12 years ago
parent f36c6c8c5b
commit 7db49a8048

@ -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…
Cancel
Save