made listhosts play output name more consistent internally

This commit is contained in:
Brian Coca 2015-04-03 13:49:00 -04:00
parent a811c8841e
commit 3c6fdebfe3

View file

@ -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,