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:
parent
330c51f561
commit
4f39642446
@ -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
|
||||
|
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user