mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix indent on line in playbook executor
This commit is contained in:
parent
4b895f04e3
commit
aa3b290efd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue