1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #8721 from sergevanginderachter/syntax_check_avoid_blank_output

Avoid multiple blank lines with --syntax-check
This commit is contained in:
James Cammarata 2014-08-22 10:46:45 -05:00
commit 32a5c2bf48

View file

@ -247,6 +247,7 @@ def main(args):
if getattr(task, 'name', None) is not None:
# meta tasks have no names
print ' %s' % task.name
if options.listhosts or options.listtasks:
print ''
continue