mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 11:43:10 +00:00
made listhosts play output name more consistent internally
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user