df5bb921b8
This patch adds a post run playbook that collects info about the tftpd daemon from journald to be available at the end of the CI process. Change-Id: I1dd11a8804b976e3abc42a43102c1b52fbe03f5a
5 lines
166 B
YAML
5 lines
166 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Get tftpd info from journald
|
|
shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt"
|
|
become: yes |