From 6de5aee53b79cea3bf761cd5f2aef85658c7f5d2 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 30 Aug 2018 09:30:59 -0700 Subject: [PATCH] run-base: collect ansible configuration This is helpful for debugging. Change-Id: I0423dcede48c98379e58edd245842afe3292c0b1 --- playbooks/zuul/run-base-post.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/zuul/run-base-post.yaml b/playbooks/zuul/run-base-post.yaml index 2e89d46582..75926dd564 100644 --- a/playbooks/zuul/run-base-post.yaml +++ b/playbooks/zuul/run-base-post.yaml @@ -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