run-base: collect ansible configuration

This is helpful for debugging.

Change-Id: I0423dcede48c98379e58edd245842afe3292c0b1
This commit is contained in:
James E. Blair 2018-08-30 09:30:59 -07:00
parent 20286235b6
commit 6de5aee53b
1 changed files with 8 additions and 0 deletions

View File

@ -12,3 +12,11 @@
src: "{{ zuul.project.src_dir }}/junit.xml"
verify_host: true
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