Include ansible commands for ansible linting

The plugin repo needs to be cloned for ansible-lint to
understand ansible plugins. The commands currently
reside in tox.ini under the ansible section and are not
currently included. This commit fixes that error.

Change-Id: Ic998e7f82a03a5008b6b15976c094b833a2a177e
This commit is contained in:
Jean-Philippe Evrard 2016-08-11 18:11:24 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 87357e0a24
commit 5d47675044
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ commands =
deps =
{[testenv:ansible]deps}
commands =
{[testenv:ansible]commands}
ansible-lint {toxinidir}