Commit ebd1f70c by James Tanner

Typo in setting task_errors variable

parent 605156c9
...@@ -658,7 +658,7 @@ class PlayBook(object): ...@@ -658,7 +658,7 @@ class PlayBook(object):
# if no hosts remain, drop out # if no hosts remain, drop out
if not host_list: if not host_list:
if self.force_handlers: if self.force_handlers:
task_errors == True task_errors = True
break break
else: else:
return False return False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment