diff --git a/playbooks/ci-workarounds/get_extra_logging.yaml b/playbooks/ci-workarounds/get_extra_logging.yaml index 5f6a1f8fe3..29454585ad 100644 --- a/playbooks/ci-workarounds/get_extra_logging.yaml +++ b/playbooks/ci-workarounds/get_extra_logging.yaml @@ -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