load tasks/vars includes in syntax-check mode as well

pull/4420/head
Michael Vogt 2013-10-28 13:48:50 +01:00
parent 3722bebb1d
commit 0b82722484
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def main(args):
diff=options.diff
)
if options.listhosts or options.listtasks:
if options.listhosts or options.listtasks or options.syntax:
print ''
print 'playbook: %s' % playbook
print ''