run-base: collect ansible configuration
This is helpful for debugging. Change-Id: I0423dcede48c98379e58edd245842afe3292c0b1
This commit is contained in:
parent
20286235b6
commit
6de5aee53b
@ -12,3 +12,11 @@
|
|||||||
src: "{{ zuul.project.src_dir }}/junit.xml"
|
src: "{{ zuul.project.src_dir }}/junit.xml"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
when: _junit.stat.exists|bool
|
when: _junit.stat.exists|bool
|
||||||
|
|
||||||
|
- name: Collect ansible configuration
|
||||||
|
synchronize:
|
||||||
|
dest: "{{ zuul.executor.log_root }}"
|
||||||
|
mode: pull
|
||||||
|
src: "/etc/ansible"
|
||||||
|
verify_host: true
|
||||||
|
ignore_errors: true
|
||||||
|
Loading…
Reference in New Issue
Block a user