diff --git a/tests/post.yml b/tests/post.yml index 3f61e435bf..4e880bef48 100644 --- a/tests/post.yml +++ b/tests/post.yml @@ -25,11 +25,6 @@ mode: pull ignore_errors: yes - - name: Print all facts - copy: - content: "{{ hostvars[inventory_hostname] | to_nice_json }}" - dest: "/tmp/logs/facts.json" - - name: dump all iptables rules shell: "iptables-save > /tmp/logs/iptables" become: true @@ -39,4 +34,3 @@ src: "/tmp/logs" dest: "{{ zuul.executor.log_root }}/{{inventory_hostname }}/" mode: pull -