Remove unnecessary calls to cache_block_tasks noop (#50715)

This commit is contained in:
Martin Krizek 2019-01-17 08:29:26 +01:00 committed by GitHub
commit 3dc5ba6186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -909,7 +909,6 @@ 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:
task_name = task.get_name()
display.debug("adding task '%s' included in handler '%s'" % (task_name, handler_name))