Browse code

Merge "Actually generate pip freeze outputs"

Zuul authored on 2018/03/01 09:05:10
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 # TODO(andreaf) Make this into proper Ansible
2 2
 - name: Stage various logs and reports
3 3
   shell:
4
+    executable: /bin/bash
4 5
     cmd: |
5 6
       sudo iptables-save > {{ stage_dir }}/iptables.txt
6 7
       df -h > {{ stage_dir }}/df.txt