From 40cb670117624a2b3bb570c63d364cbc576aed73 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 11 Aug 2016 18:12:00 +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: I5bbd335eae52bfcf55fd915cb0389559a5654307 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9409a64..7ac9e0e 100644 --- a/tox.ini +++ b/tox.ini @@ -150,6 +150,7 @@ commands = deps = {[testenv:ansible]deps} commands = + {[testenv:ansible]commands} ansible-lint {toxinidir}