1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove dead code.

This commit is contained in:
Michael DeHaan 2013-08-05 16:12:41 -04:00
parent 2a0d67e6fc
commit 56a00e0667

View file

@ -569,15 +569,6 @@ class PlayBook(object):
self.callbacks.on_no_hosts_remaining() self.callbacks.on_no_hosts_remaining()
return False 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() self.inventory.lift_also_restriction()
return True return True