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