From c0a1ebb310df67ffd718b2740ac6cd7e5fa18808 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 18 Jan 2019 17:48:29 -0500 Subject: [PATCH] Set ANSIBLE_ACTION_PLUGINS for linters The zuul_return plugin was recently converted to an action plugin, make sure we also export that path for ansible-lint. Change-Id: I9e497ef4258753d4d305f8caab6d47e469a38ccd Signed-off-by: Paul Belanger --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4ac6fc5cc..7c62cfb79 100644 --- a/tox.ini +++ b/tox.ini @@ -33,6 +33,7 @@ passenv = ANSIBLE_ROLES_PATH setenv = ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/library + ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/actiongeneral whitelist_externals = bash commands = flake8 {posargs}