mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
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()
|
pname = play.get_name().strip()
|
||||||
if pname == 'PLAY: <no name specified>':
|
if pname == 'PLAY: <no name specified>':
|
||||||
pname = 'play #%d' % i
|
pname = 'PLAY: #%d' % i
|
||||||
|
|
||||||
playlist.append( {
|
playlist.append( {
|
||||||
'name': pname,
|
'name': pname,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue