From be0ae67dffac11c8ec378f0339ac91a2da12ba00 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 18 Mar 2019 09:13:11 -0700 Subject: [PATCH] Update zuul ansible location With multi-ansible support, the location of the zuul plugins/modules has moved. Change-Id: I8e2cf1f2276bca5a912fed52062628b3b9d0d6d9 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7c62cfb79..b53e98bad 100644 --- a/tox.ini +++ b/tox.ini @@ -32,8 +32,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}