From 0883726a8eb7874ba4adfcd574f4654747f5b953 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 11 Aug 2016 18:09:15 +0100 Subject: [PATCH] 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: I00e891c159a77722f34f51fb0913c36b5b90563a --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 06f2943d..d3956db2 100644 --- a/tox.ini +++ b/tox.ini @@ -153,6 +153,7 @@ commands = deps = {[testenv:ansible]deps} commands = + {[testenv:ansible]commands} ansible-lint {toxinidir}