Typo: assign not equal in boolean guard variable
Typo when variable controlling list of hosts left as availablepull/4420/head
parent
605156c904
commit
09f6e7222e
|
@ -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…
Reference in New Issue