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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-01-18 17:47:13 -05:00
parent 385f84a33f
commit 3a34c2b0ab
1 changed files with 1 additions and 0 deletions

View File

@ -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