Fix ansible-lint

The current tests never fail, change ansible-lint invocation so that it
fails - and fix problems.

Change-Id: I6aeb1e3a4c28af71a858ec83c21f4dbb5e7ef97f
This commit is contained in:
Andreas Jaeger 2019-05-12 21:04:31 +02:00
parent e42e0856b5
commit a02daf5c9a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ commands =
[testenv:linters]
whitelist_externals = bash
commands =
{[testenv:ansible-lint]commands}
ansible-lint {toxinidir}
[testenv:venv]
commands = {posargs}