Merge "Stop logging inventory in validate-host"

This commit is contained in:
Zuul 2018-08-13 17:42:49 +00:00 committed by Gerrit Code Review
commit c91fbd12c0
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 }}"