Remove dead code.
This commit is contained in:
parent
2a0d67e6fc
commit
56a00e0667
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue