Update zuul ansible location

With multi-ansible support, the location of the zuul plugins/modules
has moved.

Change-Id: I8e2cf1f2276bca5a912fed52062628b3b9d0d6d9
This commit is contained in:
James E. Blair 2019-03-18 09:13:11 -07:00
parent fef2b11ebd
commit ea4b84bed5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ commands =
basepython = python3
whitelist_externals = bash
setenv =
ANSIBLE_LIBRARY= {envdir}/src/zuul/zuul/ansible/library
ANSIBLE_LIBRARY= {envdir}/src/zuul/zuul/ansible/base/library
passenv =
# NOTE(pabelanger): if you'd like to run tox -elinters locally, you'll need
# to export ANSIBLE_ROLES_PATH pointing to the currect repos.