Fix zuul_return in ansible linter

We load the zuul_return plugin out of zuul's code base. Zuul v6 moved
the location of this plugin. Update our linter setup to use the new
location.

Change-Id: Ie61117338d01f91b01201f109a7b377c22167931
This commit is contained in:
Clark Boylan 2022-05-04 14:16:11 -07:00
parent 1d92582574
commit b3567e046d

@ -20,7 +20,7 @@ commands =
[testenv:linters]
setenv =
ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/base/library
ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/base/actiongeneral
ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/base/action
# NOTE(pabelanger): if you'd like to run tox -elinters locally,
# you'll need to export ANSIBLE_ROLES_PATH pointing to the required
# repos.