Merge pull request #8721 from sergevanginderachter/syntax_check_avoid_blank_output
Avoid multiple blank lines with --syntax-check
This commit is contained in:
commit
32a5c2bf48
1 changed files with 2 additions and 1 deletions
|
@ -247,7 +247,8 @@ def main(args):
|
||||||
if getattr(task, 'name', None) is not None:
|
if getattr(task, 'name', None) is not None:
|
||||||
# meta tasks have no names
|
# meta tasks have no names
|
||||||
print ' %s' % task.name
|
print ' %s' % task.name
|
||||||
print ''
|
if options.listhosts or options.listtasks:
|
||||||
|
print ''
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if options.syntax:
|
if options.syntax:
|
||||||
|
|
Loading…
Reference in a new issue