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:
parent
e68af4b1a4
commit
c0a1ebb310
1
tox.ini
1
tox.ini
@ -33,6 +33,7 @@ passenv =
|
|||||||
ANSIBLE_ROLES_PATH
|
ANSIBLE_ROLES_PATH
|
||||||
setenv =
|
setenv =
|
||||||
ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/library
|
ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/library
|
||||||
|
ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/actiongeneral
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user