mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove dead code.
This commit is contained in:
@@ -569,15 +569,6 @@ class PlayBook(object):
|
||||
self.callbacks.on_no_hosts_remaining()
|
||||
return False
|
||||
|
||||
# run notify actions
|
||||
#for handler in play.handlers():
|
||||
# if len(handler.notified_by) > 0:
|
||||
# self.inventory.restrict_to(handler.notified_by)
|
||||
# self._run_task(play, handler, True)
|
||||
# self.inventory.lift_restriction()
|
||||
# handler.notified_by = []
|
||||
# handler.notified_by = []
|
||||
|
||||
self.inventory.lift_also_restriction()
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user