Fix indent on line in playbook executor
parent
4b895f04e3
commit
aa3b290efd
|
@ -161,7 +161,7 @@ class PlaybookExecutor:
|
|||
|
||||
# if the last result wasn't zero, break out of the playbook file name loop
|
||||
if result != 0:
|
||||
break
|
||||
break
|
||||
|
||||
if entrylist:
|
||||
return entrylist
|
||||
|
|
Loading…
Reference in New Issue