Merge "Actually generate pip freeze outputs"

This commit is contained in:
Zuul 2018-03-01 00:05:10 +00:00 committed by Gerrit Code Review
commit af43b82502
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# TODO(andreaf) Make this into proper Ansible
- name: Stage various logs and reports
shell:
executable: /bin/bash
cmd: |
sudo iptables-save > {{ stage_dir }}/iptables.txt
df -h > {{ stage_dir }}/df.txt