Merge "Update ANSIBLE_LIBRARY to use envsitepackagesdir"
This commit is contained in:
commit
346dfe8d68
@ -1,9 +1,6 @@
|
||||
# TODO(pabelanger): Handle cleanup on static nodes
|
||||
- name: Start zuul_console daemon.
|
||||
zuul_console:
|
||||
tags:
|
||||
# Avoid "no action detected in task" linter error
|
||||
- skip_ansible_lint
|
||||
|
||||
- name: Synchronize src repos to workspace directory.
|
||||
synchronize:
|
||||
|
@ -1,6 +1,3 @@
|
||||
# TODO(pabelanger): Handle cleanup on static nodes
|
||||
- name: Start zuul_console daemon.
|
||||
zuul_console:
|
||||
tags:
|
||||
# Avoid "no action detected in task" linter error
|
||||
- skip_ansible_lint
|
||||
|
@ -36,6 +36,3 @@
|
||||
zuul:
|
||||
log_url: "{{ upload_results.url }}/"
|
||||
when: upload_results is defined
|
||||
tags:
|
||||
# Avoid "no action detected in task" linter error
|
||||
- skip_ansible_lint
|
||||
|
@ -57,6 +57,3 @@
|
||||
zuul:
|
||||
log_url: "{{ zuul_log_url }}/{{ zuul_log_path }}/"
|
||||
when: zuul_log_url is defined
|
||||
tags:
|
||||
# Avoid "no action detected in task" linter error
|
||||
- skip_ansible_lint
|
||||
|
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ passenv =
|
||||
# see openstack-zuul-jobs-linters job for more information.
|
||||
ANSIBLE_ROLES_PATH
|
||||
setenv =
|
||||
ANSIBLE_LIBRARY= {envdir}/src/zuul/zuul/ansible/library
|
||||
ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/library
|
||||
whitelist_externals = bash
|
||||
commands =
|
||||
flake8 {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user