Stop logging inventory in validate-host

We remove the privileged inventory file copy from validate-host so that
validate-host can be tested more easily. Users should use log-inventory
in their base jobs to get this functionality.

Depends-On: https://review.openstack.org/563789
Change-Id: I8cd1748395abfe868f1716a9b4394850f962d436
This commit is contained in:
Clark Boylan 2018-04-23 16:02:03 -07:00
parent f27644c187
commit bbc50852b6
1 changed files with 0 additions and 6 deletions

View File

@ -31,9 +31,3 @@
template:
dest: "{{ zuul_info_dir }}/zuul-info.{{ inventory_hostname }}.txt"
src: templates/zuul-info.j2
- name: Copy ansible inventory to logs dir
delegate_to: localhost
copy:
src: "{{ inventory_file }}"
dest: "{{ zuul_info_dir }}"