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: Ifadfc1904a5bbfca73eaf9742169d389c04d93ba
This commit is contained in:
Jean-Philippe Evrard
2016-08-11 18:09:49 +01:00
parent 039458e0e2
commit 443f1b0a03

View File

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