Merge "ci-workarounds/get_extra_logging.yaml : avoid grep failure"

This commit is contained in:
Zuul 2021-07-29 15:55:20 +00:00 committed by Gerrit Code Review
commit b39989f50e
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt"
become: yes
- name: Get network connection information for ironic process
shell: "netstat -apn |grep ironic > {{ zuul_output_dir }}/logs/post-job-network-connections.txt"
shell: "netstat -apn > {{ zuul_output_dir }}/logs/post-job-network-connections.txt"
become: yes