mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
fb797a9e77
commit
46ede563dd
1 changed files with 3 additions and 0 deletions
|
@ -545,7 +545,10 @@ class StrategyBase:
|
|||
# self._tqm.send_callback('v2_playbook_on_no_hosts_remaining')
|
||||
# result = False
|
||||
# break
|
||||
saved_name = handler.name
|
||||
handler.name = handler_name
|
||||
self._tqm.send_callback('v2_playbook_on_handler_task_start', handler)
|
||||
handler.name = saved_name
|
||||
|
||||
if notified_hosts is None:
|
||||
notified_hosts = self._notified_handlers[handler_name]
|
||||
|
|
Loading…
Reference in a new issue