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 88027203cb
commit b43225d5f3
2 changed files with 17 additions and 2 deletions

15
setup.cfg Normal file
View File

@ -0,0 +1,15 @@
[metadata]
name = base-jobs
summary = Base jobs for OpenDev
description-file =
README.rst
author = OpenDev Team
author-email = openstack-infra@lists.openstack.org
home-page = http://opendev.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python

View File

@ -24,8 +24,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
whitelist_externals = bash
commands =
flake8 {posargs}