mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Cache dynamically included blocks for later lookup via uuid
Fixes #18357
This commit is contained in:
parent
26ec2ecfce
commit
7e2305f953
1 changed files with 1 additions and 0 deletions
|
@ -783,6 +783,7 @@ class StrategyBase:
|
||||||
# of hosts which included the file to the notified_handlers dict
|
# of hosts which included the file to the notified_handlers dict
|
||||||
for block in new_blocks:
|
for block in new_blocks:
|
||||||
iterator._play.handlers.append(block)
|
iterator._play.handlers.append(block)
|
||||||
|
iterator.cache_block_tasks(block)
|
||||||
for task in block.block:
|
for task in block.block:
|
||||||
result = self._do_handler_run(
|
result = self._do_handler_run(
|
||||||
handler=task,
|
handler=task,
|
||||||
|
|
Loading…
Reference in a new issue