Commit 0b827224 by Michael Vogt

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

parent 3722bebb
......@@ -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 ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment