Commit aa3b290e by James Cammarata

Fix indent on line in playbook executor

parent 4b895f04
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment