Merge "run-base: collect ansible configuration"

This commit is contained in:
Zuul 2018-08-30 18:29:56 +00:00 committed by Gerrit Code Review
commit 94ea02f635

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