Commit 3c6fdebf by Brian Coca

made listhosts play output name more consistent internally

parent a811c884
......@@ -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,
......
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