diff --git a/v2/ansible/executor/playbook_executor.py b/v2/ansible/executor/playbook_executor.py index bab6ea4e05..24b9f8c17b 100644 --- a/v2/ansible/executor/playbook_executor.py +++ b/v2/ansible/executor/playbook_executor.py @@ -178,7 +178,7 @@ class PlaybookExecutor: pname = play.get_name().strip() if pname == 'PLAY: ': - pname = 'play #%d' % i + pname = 'PLAY: #%d' % i playlist.append( { 'name': pname,