Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungrouped

This commit is contained in:
Izuke 2018-03-19 11:39:29 -07:00 committed by Brian Coca
commit e02c72d856
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ class InventoryData(object):
if self.groups['ungrouped'] in mygroups:
# clear ungrouped of any incorrectly stored by parser
if set(mygroups).difference(set([self.groups['all'], self.groups['ungrouped']])):
host.remove_group(self.groups['ungrouped'])
self.groups['ungrouped'].remove_host(host)
elif not host.implicit:
# add ungrouped hosts to ungrouped, except implicit