parent
90445ee67d
commit
87ca475704
|
@ -364,7 +364,7 @@ class Inventory(object):
|
||||||
for host in group.get_hosts():
|
for host in group.get_hosts():
|
||||||
__append_host_to_results(host)
|
__append_host_to_results(host)
|
||||||
else:
|
else:
|
||||||
if self._match(group.name, pattern):
|
if self._match(group.name, pattern) and group.name not in ('all', 'ungrouped'):
|
||||||
for host in group.get_hosts():
|
for host in group.get_hosts():
|
||||||
__append_host_to_results(host)
|
__append_host_to_results(host)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue