Commit 189ec15b by jctanner

Merge pull request #4706 from mvo5/bugfix/more-syntax-check

load tasks/vars includes in syntax-check mode as well
parents 15243cd8 0b827224
......@@ -159,7 +159,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