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: Id74ccb58cb436ce40bd643b6def7b1db4a280c46 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
bcd85fe6f4
commit
be36dbb8c3
1
tox.ini
1
tox.ini
@ -11,6 +11,7 @@ basepython = python3
|
||||
whitelist_externals = bash
|
||||
setenv =
|
||||
ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/library
|
||||
ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/actiongeneral
|
||||
# NOTE(pabelanger): if you'd like to run tox -elinters locally,
|
||||
# you'll need to export ANSIBLE_ROLES_PATH pointing to the required
|
||||
# repos.
|
||||
|
Loading…
Reference in New Issue
Block a user