mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Typo in setting task_errors variable
This commit is contained in:
parent
605156c904
commit
ebd1f70c5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue