mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #4706 from mvo5/bugfix/more-syntax-check
load tasks/vars includes in syntax-check mode as well
This commit is contained in:
commit
189ec15bd5
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ def main(args):
|
||||||
diff=options.diff
|
diff=options.diff
|
||||||
)
|
)
|
||||||
|
|
||||||
if options.listhosts or options.listtasks:
|
if options.listhosts or options.listtasks or options.syntax:
|
||||||
print ''
|
print ''
|
||||||
print 'playbook: %s' % playbook
|
print 'playbook: %s' % playbook
|
||||||
print ''
|
print ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue