From f703c016b899ccdf021414c88d2089db28a86e55 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 11 Aug 2016 18:10:51 +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: Iab013aba9c42631e49e17f7001aa78b6bfcdd662 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index adb952a..9f302fa 100644 --- a/tox.ini +++ b/tox.ini @@ -146,6 +146,7 @@ commands = deps = {[testenv:ansible]deps} commands = + {[testenv:ansible]commands} ansible-lint {toxinidir}