Typo in setting task_errors variable

pull/6666/merge
James Tanner 11 years ago
parent 605156c904
commit ebd1f70c5d

@ -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

Loading…
Cancel
Save