From 18bb9d1a4d1d495192bb300a4075a43db8023976 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Mon, 15 Jan 2018 23:37:01 +0800 Subject: [PATCH] Remove the duplicated task for tests/post.yml Change-Id: Ifdf2ede2cb5f057d1d1f02bfa00ee05872e94b9f --- tests/post.yml | 6 ------ 1 file changed, 6 deletions(-) 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 -