mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Lots of fixes for integration test bugs
This commit is contained in:
@@ -147,7 +147,7 @@ class ResultProcess(multiprocessing.Process):
|
||||
self._send_result(('add_host', result_item))
|
||||
elif 'add_group' in result_item:
|
||||
# this task added a new group (group_by module)
|
||||
self._send_result(('add_group', result._host, result_item))
|
||||
self._send_result(('add_group', result._task))
|
||||
elif 'ansible_facts' in result_item:
|
||||
# if this task is registering facts, do that now
|
||||
item = result_item.get('item', None)
|
||||
|
||||
Reference in New Issue
Block a user