Skip to content
Snippets Groups Projects
Commit 18bb9d1a authored by caoyuan's avatar caoyuan
Browse files

Remove the duplicated task for tests/post.yml

Change-Id: Ifdf2ede2cb5f057d1d1f02bfa00ee05872e94b9f
parent 95cd3347
No related branches found
No related tags found
No related merge requests found
...@@ -25,11 +25,6 @@ ...@@ -25,11 +25,6 @@
mode: pull mode: pull
ignore_errors: yes 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 - name: dump all iptables rules
shell: "iptables-save > /tmp/logs/iptables" shell: "iptables-save > /tmp/logs/iptables"
become: true become: true
...@@ -39,4 +34,3 @@ ...@@ -39,4 +34,3 @@
src: "/tmp/logs" src: "/tmp/logs"
dest: "{{ zuul.executor.log_root }}/{{inventory_hostname }}/" dest: "{{ zuul.executor.log_root }}/{{inventory_hostname }}/"
mode: pull mode: pull
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment