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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-01-18 17:48:29 -05:00
parent e68af4b1a4
commit c0a1ebb310
1 changed files with 1 additions and 0 deletions

View File

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