From 3a34c2b0ab953d77534fff02d484a42b9a2d0598 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 18 Jan 2019 17:47:13 -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: I775e902f3c9f72c655b94b71293565e3e044d15c Signed-off-by: Paul Belanger --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3e19c18f..085ada0b 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ passenv = ANSIBLE_ROLES_PATH setenv = ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/library + ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/actiongeneral commands = flake8 {posargs} # Ansible lint