mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Typo in setting task_errors variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user