mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
d35f615af8
commit
25807f5404
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ class ResultProcess(multiprocessing.Process):
|
||||||
# notifies all other threads
|
# notifies all other threads
|
||||||
for notify in result_item['_ansible_notify']:
|
for notify in result_item['_ansible_notify']:
|
||||||
self._send_result(('notify_handler', result, notify))
|
self._send_result(('notify_handler', result, notify))
|
||||||
# now remove the notify field from the results, as its no longer needed
|
|
||||||
result_item.pop('_ansible_notify')
|
|
||||||
|
|
||||||
if 'add_host' in result_item:
|
if 'add_host' in result_item:
|
||||||
# this task added a new host (add_host module)
|
# this task added a new host (add_host module)
|
||||||
|
|
Loading…
Reference in a new issue