Merge "Ensure that doc linting is included in the linters test"

This commit is contained in:
Jenkins 2016-07-26 16:28:19 +00:00 committed by Gerrit Code Review
commit 5260d32484
2 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,4 @@ Example Playbook
- { role: "rabbitmq_server", tags: [ "rabbitmq-server" ] }
vars:
rabbitmq_cookie_token: secrete

View File

@ -181,3 +181,4 @@ commands =
{[testenv:bashate]commands}
{[testenv:ansible-lint]commands}
{[testenv:ansible-syntax]commands}
{[testenv:docs]commands}