Merge "Update ANSIBLE_LIBRARY to use envsitepackagesdir"

This commit is contained in:
Zuul 2018-10-19 18:45:48 +00:00 committed by Gerrit Code Review
commit 346dfe8d68
5 changed files with 1 additions and 13 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}