mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 05:41:04 +00:00
Remove task count information from task list.
This commit is contained in:
@@ -172,7 +172,8 @@ def main(args):
|
||||
|
||||
if unknown_tags:
|
||||
continue
|
||||
print ' play #%d (%s): task count=%d' % (playnum, label, len(play.tasks()))
|
||||
print ' play #%d (%s):' % (playnum, label)
|
||||
|
||||
for task in play.tasks():
|
||||
if (set(task.tags).intersection(pb.only_tags) and not
|
||||
set(task.tags).intersection(pb.skip_tags)):
|
||||
|
||||
Reference in New Issue
Block a user