Fix included task's name in handler (#33821)

pull/33826/head
Martin Krizek 7 years ago committed by GitHub
parent 73abde399c
commit 5a5f4b7fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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[:],

Loading…
Cancel
Save