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 330c51f561
commit 4f39642446
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
hacking>=0.12.0,<0.13 # Apache-2.0
zuul
ansible<2.4.0
ansible>=2.5.1,<2.6
ansible-lint<4
bashate>=0.2
zuul-sphinx>=0.2.0

View File

@ -27,8 +27,8 @@ passenv =
# see openstack-zuul-jobs-linters job for more information.
ANSIBLE_ROLES_PATH
setenv =
ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/library
ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/actiongeneral
ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/base/library
ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/base/actiongeneral
commands =
flake8 {posargs}
# Ansible lint