Commit 09f6e722 by apenav

Typo: assign not equal in boolean guard variable

Typo when variable controlling list of hosts left as available
parent 605156c9
......@@ -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
......
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