mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Cache dynamically included blocks for later lookup via uuid
Fixes #18357
This commit is contained in:
@@ -783,6 +783,7 @@ class StrategyBase:
|
||||
# of hosts which included the file to the notified_handlers dict
|
||||
for block in new_blocks:
|
||||
iterator._play.handlers.append(block)
|
||||
iterator.cache_block_tasks(block)
|
||||
for task in block.block:
|
||||
result = self._do_handler_run(
|
||||
handler=task,
|
||||
|
||||
Reference in New Issue
Block a user