mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix included task's name in handler (#33821)
This commit is contained in:
@@ -813,7 +813,7 @@ class StrategyBase:
|
||||
for task in block.block:
|
||||
result = self._do_handler_run(
|
||||
handler=task,
|
||||
handler_name=None,
|
||||
handler_name=task.get_name(),
|
||||
iterator=iterator,
|
||||
play_context=play_context,
|
||||
notified_hosts=included_file._hosts[:],
|
||||
|
||||
Reference in New Issue
Block a user