Remove the duplicated task for tests/post.yml

Change-Id: Ifdf2ede2cb5f057d1d1f02bfa00ee05872e94b9f
This commit is contained in:
caoyuan 2018-01-15 23:37:01 +08:00
parent 95cd334707
commit 18bb9d1a4d

View File

@ -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