Merge "Use more exact path to Zuul source dir"
This commit is contained in:
commit
7084248fbe
@ -132,6 +132,7 @@
|
||||
- ^role-addition.yml
|
||||
- ^tox.ini
|
||||
- ^molecule-requirements.txt
|
||||
- ^zuul.d/playbooks/*.yml
|
||||
name: tripleo-ansible-centos-7-role-addition
|
||||
nodeset: centos-7
|
||||
parent: tox-molecule
|
||||
|
@ -4,7 +4,7 @@
|
||||
pre_tasks:
|
||||
- name: Set project path fact
|
||||
set_fact:
|
||||
tripleo_ansible_project_path: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"
|
||||
tripleo_ansible_project_path: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/tripleo-ansible'].src_dir }}"
|
||||
|
||||
- name: Set action plugin path fact
|
||||
set_fact:
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
- name: Set project path fact
|
||||
set_fact:
|
||||
tripleo_ansible_project_path: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"
|
||||
tripleo_ansible_project_path: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/tripleo-ansible'].src_dir }}"
|
||||
|
||||
- name: Set role or plugin path fact
|
||||
set_fact:
|
||||
|
Loading…
Reference in New Issue
Block a user