Fix linting by updating Zuul action plugin path
Previously Zuul hosted the zuul_return action plugin in a path ending in actiongeneral/; however, as of Zuul v6 this path is simply action/. Update linting config to use the current and working path. Change-Id: I4498f9768783a8144fbd164552ab469aeab29c1a
This commit is contained in:
parent
373c427592
commit
c97ce9da8e
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ passenv =
|
||||
ANSIBLE_ROLES_PATH
|
||||
setenv =
|
||||
ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/base/library
|
||||
ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/base/actiongeneral
|
||||
ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/base/action
|
||||
commands =
|
||||
flake8 {posargs}
|
||||
# Ansible lint
|
||||
|
Loading…
x
Reference in New Issue
Block a user