Typo in setting task_errors variable

This commit is contained in:
James Tanner 2014-03-25 10:35:05 -04:00
parent 605156c904
commit ebd1f70c5d

View file

@ -658,7 +658,7 @@ class PlayBook(object):
# if no hosts remain, drop out
if not host_list:
if self.force_handlers:
task_errors == True
task_errors = True
break
else:
return False