Fix zuul facts for run-local-test
The run-local playbook currently fails because the facts for local runs were not updated when the expected zuul facts changed in I09f7b29eb37d5c728d97dd4f27b4465fa0fb26f2 Change-Id: Id4f61161862ab05cf8f049cff919bf2b2c5270ba
This commit is contained in:
parent
3f719c665f
commit
cf7239e590
@ -5,8 +5,9 @@
|
||||
- name: set basic zuul fact
|
||||
set_fact:
|
||||
zuul:
|
||||
project:
|
||||
src_dir: "{{ tripleo_src }}"
|
||||
projects:
|
||||
"opendev.org/openstack/tripleo-ansible":
|
||||
src_dir: "{{ tripleo_src }}"
|
||||
ansible_connection: ssh
|
||||
|
||||
- import_playbook: pre.yml
|
||||
|
Loading…
Reference in New Issue
Block a user