made listhosts play output name more consistent internally
This commit is contained in:
parent
a811c8841e
commit
3c6fdebfe3
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class PlaybookExecutor:
|
|||
|
||||
pname = play.get_name().strip()
|
||||
if pname == 'PLAY: <no name specified>':
|
||||
pname = 'play #%d' % i
|
||||
pname = 'PLAY: #%d' % i
|
||||
|
||||
playlist.append( {
|
||||
'name': pname,
|
||||
|
|
Loading…
Reference in a new issue